/[PAMELA software]/PamCAL/include/PamVMCCatID.h
ViewVC logotype

Contents of /PamCAL/include/PamVMCCatID.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Mon Nov 12 10:10:18 2007 UTC (17 years ago) by nikolas
Branch: MAIN
CVS Tags: HEAD
File MIME type: text/plain
More basic files added

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 // pCatID & operator = (const pCatID &pid) {
17 // return *this;
18 //}
19
20 Bool_t FillVolID(){ return kTRUE; }
21
22 Int_t GetID() const { return 0; }
23
24 void Print(const Option_t* ="") const {
25 cout << " CAT " <<endl;
26 }
27
28 };
29
30
31
32
33 #endif // PAMVMCCatID_H

  ViewVC Help
Powered by ViewVC 1.1.23