/[PAMELA software]/calo/flight/CaloProfile/inc/CaloProfile.h
ViewVC logotype

Diff of /calo/flight/CaloProfile/inc/CaloProfile.h

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

revision 1.10 by mocchiut, Mon Aug 17 15:00:35 2009 UTC revision 1.11 by mocchiut, Wed Aug 19 07:25:33 2009 UTC
# Line 57  class CaloLat : public TObject { Line 57  class CaloLat : public TObject {
57      UInt_t atime;      UInt_t atime;
58      //      //
59      Float_t estrip[2][22][96];      Float_t estrip[2][22][96];
60        TString suf;
61      //      //
62    
63   public:   public:
# Line 80  class CaloLat : public TObject { Line 81  class CaloLat : public TObject {
81      void Print();      void Print();
82      void Print(Option_t *option){Print();};      void Print(Option_t *option){Print();};
83      //      //
84      ClassDef(CaloLat,1);      void SetSuffix(TString suffix){ suf = suffix;};
85        //
86        ClassDef(CaloLat,2);
87  };  };
88    
89  /**  /**
# Line 140  class CaloLong : public TObject { Line 143  class CaloLong : public TObject {
143      //      //
144      Float_t Evaluate(TString s, Float_t tmax, Float_t X0pl ); // expression must be of the form "tmax+2.*X0pl", "5*tmax"."tmax+10","tmax-(4*tmax)+3.*X0pl"...      Float_t Evaluate(TString s, Float_t tmax, Float_t X0pl ); // expression must be of the form "tmax+2.*X0pl", "5*tmax"."tmax+10","tmax-(4*tmax)+3.*X0pl"...
145      //      //
146        TString suf;
147    
148   public:   public:
149      //      //
# Line 201  class CaloLong : public TObject { Line 205  class CaloLong : public TObject {
205      Float_t GetLowerLimit(){ return lmax;};      Float_t GetLowerLimit(){ return lmax;};
206      Float_t GetUpperLimit(){ return umax;};      Float_t GetUpperLimit(){ return umax;};
207      //      //
208        void SetSuffix(TString suffix){ suf = suffix;};
209        //
210      void Clear();      void Clear();
211      void Clear(Option_t *option){Clear();};      void Clear(Option_t *option){Clear();};
212      void Delete();      void Delete();
# Line 210  class CaloLong : public TObject { Line 216  class CaloLong : public TObject {
216      void Print();      void Print();
217      void Print(Option_t *option){Print();};      void Print(Option_t *option){Print();};
218      //      //
219      ClassDef(CaloLong,2);      ClassDef(CaloLong,3);
220  };  };
221    
222  /**  /**
# Line 233  class Calo2D : public TObject { Line 239  class Calo2D : public TObject {
239      Int_t smax[23];      Int_t smax[23];
240      Int_t smay[23];      Int_t smay[23];
241      //      //
242        TString suf;
243    
244   public:   public:
245      //      //
# Line 251  class Calo2D : public TObject { Line 258  class Calo2D : public TObject {
258      void Delete();      void Delete();
259      void Delete(Option_t *option){Delete();};      void Delete(Option_t *option){Delete();};
260      //      //
261        void SetSuffix(TString suffix){ suf = suffix;};
262        //
263      void Process(); ///< Process data      void Process(); ///< Process data
264      void Print();      void Print();
265      void Print(Option_t *option){Print();};      void Print(Option_t *option){Print();};
266      //      //
267      ClassDef(Calo2D,1);      ClassDef(Calo2D,2);
268  };  };
269    
270  #endif  #endif

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

  ViewVC Help
Powered by ViewVC 1.1.23