/[PAMELA software]/PamVMC_update/include/pGeoID.h
ViewVC logotype

Contents of /PamVMC_update/include/pGeoID.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Tue Oct 15 15:52:30 2013 UTC (11 years, 1 month ago) by formato
Branch: MAIN, rel
CVS Tags: reltag, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
PamVMC update

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