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

Annotation of /gp2root/pHeaderID.h

Parent Directory Parent Directory | Revision Log Revision Log


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

1 pamela 1.1 #ifndef PHEADERID_H
2     #define PHEADERID_H
3 cafagna 1.2 #include "TObject.h"
4 pamela 1.1
5 cafagna 1.2 class pHeaderID : public TObject {
6 pamela 1.1
7     public:
8    
9     pHeaderID() {};
10     // virtual void SetHeaderID(const char * c)=0;
11     // virtual void Print()=0;
12     virtual void SetHeaderID(const char * c){};
13     virtual void Print(){};
14    
15     private:
16    
17 cafagna 1.2 public:
18     ClassDef(pHeaderID,1);
19 pamela 1.1 };
20    
21     #endif //PHEADERID_H
22 cafagna 1.2

  ViewVC Help
Powered by ViewVC 1.1.23