/[PAMELA software]/DarthVader/TriggerLevel2/inc/TrigLevel2.h
ViewVC logotype

Diff of /DarthVader/TriggerLevel2/inc/TrigLevel2.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mocchiut, Sat Jun 17 12:14:34 2006 UTC revision 1.5 by mocchiut, Thu Aug 10 12:48:10 2006 UTC
# Line 1  Line 1 
1  #ifndef TrigLevel2_h  #ifndef TrigLevel2_h
2  #define TrigLevev2_h  #define TrigLevel2_h
3  //  //
4  #include <TObject.h>  #include <TObject.h>
5  #include <TClonesArray.h>  #include <TClonesArray.h>
6    
7    #include <TrigStruct.h>
8    
9  class TrigLevel2 : public TObject {  class TrigLevel2 : public TObject {
10   private:   private:
11    
# Line 21  class TrigLevel2 : public TObject { Line 23  class TrigLevel2 : public TObject {
23    //    //
24    // here you can define methods to make life simplier during the analysis    // here you can define methods to make life simplier during the analysis
25    //    //
26    TrigLevel2 *GetTrigLevel2(){return this;};  
27    //    //
28    // constructor    // constructor
29    //    //
# Line 29  class TrigLevel2 : public TObject { Line 31  class TrigLevel2 : public TObject {
31    //    //
32    // 16 June 06: Included GetTrigLevel2    // 16 June 06: Included GetTrigLevel2
33    TrigLevel2*   GetTrigLevel2(){return this;};    TrigLevel2*   GetTrigLevel2(){return this;};
34      void SetFromLevel2Struct(cTrigLevel2 *l2);
35      void GetLevel2Struct(cTrigLevel2 *l2) const;
36    
37    
38      void Clear(); //emiliano
39        
40    ClassDef(TrigLevel2,1);    ClassDef(TrigLevel2,1);
41  };  };

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.23