/[PAMELA software]/gp2root/pCat.h
ViewVC logotype

Contents of /gp2root/pCat.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Sun Oct 22 08:26:47 2006 UTC (18 years, 1 month ago) by cafagna
Branch: MAIN
CVS Tags: v0r9, v0r10, HEAD
Changes since 1.1: +5 -0 lines
File MIME type: text/plain
Stable version, lot of changes, ROOT support included, persistency not yet activated

1 #ifndef PCAT_H
2 #define PCAT_H
3
4 #include "pDetector.h"
5 #include "TObject.h"
6
7 class pCat: public pDetector {
8
9 public:
10
11 pCat(): pDetector("CAT"){};
12
13 private:
14
15
16 public:
17 ClassDef(pCat,1);
18
19 };
20
21 #endif //PCAT_H
22

  ViewVC Help
Powered by ViewVC 1.1.23