/[PAMELA software]/PamVMC_update/s4/include/PamVMCS4ID.h
ViewVC logotype

Annotation of /PamVMC_update/s4/include/PamVMCS4ID.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Tue Oct 15 15:52:32 2013 UTC (11 years, 1 month ago) by formato
Branch point for: MAIN, rel
File MIME type: text/plain
Initial revision

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

  ViewVC Help
Powered by ViewVC 1.1.23