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

Annotation of /gp2root/pCal.h

Parent Directory Parent Directory | Revision Log Revision Log


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

1 pamela 1.1 #ifndef PCAL_H
2     #define PCAL_H
3    
4     #include "pDetector.h"
5 cafagna 1.2 #include "TObject.h"
6 pamela 1.1
7     class pCal: public pDetector {
8    
9     public:
10    
11     pCal(): pDetector("CAL"){};
12    
13     private:
14    
15 cafagna 1.2 public:
16     ClassDef(pCal,1);
17 pamela 1.1 };
18    
19     #endif //PCAL_H
20 cafagna 1.2

  ViewVC Help
Powered by ViewVC 1.1.23