/[PAMELA software]/trieste/pamVMC/include/pGeoID.h
ViewVC logotype

Annotation of /trieste/pamVMC/include/pGeoID.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Wed Mar 4 12:51:13 2009 UTC (15 years, 9 months ago) by pamelats
Branch: MAIN, pamVMC
CVS Tags: start, v0r00, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Test pamVMC

1 pamelats 1.1 #ifndef PGEOID_H
2     #define PGEOID_H
3    
4     #include "TObject.h"
5    
6     struct pGeoID : public TObject {
7     Int_t fvoffset;
8    
9     pGeoID():fvoffset(0) {};
10     pGeoID(Int_t offset): fvoffset(offset){};
11    
12     virtual Int_t GetID() const = 0;
13     virtual Bool_t FillVolID() = 0 ;
14     };
15    
16     #endif //PGEOID

  ViewVC Help
Powered by ViewVC 1.1.23