/[PAMELA software]/PamVMC/ac/include/PamVMCCatID.h
ViewVC logotype

Annotation of /PamVMC/ac/include/PamVMCCatID.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Thu Feb 19 16:00:11 2009 UTC (15 years, 9 months ago) by nikolas
Branch: MAIN
File MIME type: text/plain
Cleaning files before release

1 nikolas 1.1 #ifndef PAMVMCCATID_H
2     #define PAMVMCCATID_H
3     #include <iostream>
4     #include "TVirtualMC.h"
5     #include "pGeoID.h"
6    
7     #define CATOF 0
8    
9     using std::cout;
10     using std::endl;
11    
12     struct pCatID: public pGeoID {
13    
14    
15     pCatID(): pGeoID(0) {};
16    
17     Bool_t FillVolID(){ return kTRUE; }
18    
19     Int_t GetID() const { return 1; }
20    
21     void Print(const Option_t* ="") const {
22     cout << " CAT " <<endl;
23     }
24    
25     };
26    
27    
28    
29    
30     #endif // PAMVMCCatID_H

  ViewVC Help
Powered by ViewVC 1.1.23