/[PAMELA software]/PamelaLevel2/inc/PamLevel2.h
ViewVC logotype

Diff of /PamelaLevel2/inc/PamLevel2.h

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

revision 1.28 by pam-fi, Wed Oct 24 08:41:23 2007 UTC revision 1.29 by mocchiut, Fri Oct 26 09:08:50 2007 UTC
# Line 133  class PamLevel2 : public TObject { Line 133  class PamLevel2 : public TObject {
133      TTree*      l0_tree;      TTree*      l0_tree;
134      Int_t       iroot;            Int_t       iroot;      
135      Int_t       prevshift; // to remember if any shift is needed to synchronize l0 and l2 data instead of calculating any time      Int_t       prevshift; // to remember if any shift is needed to synchronize l0 and l2 data instead of calculating any time
136        Int_t       maxshift; // EMILIANO maximum discrepancy between L2 and L0 data (the bigger the better concering synch but the processing speed drops) default = 10
137      // --------------------------------------------      // --------------------------------------------
138      // variables to store Level0 info (if required)      // variables to store Level0 info (if required)
139      // --------------------------------------------      // --------------------------------------------
# Line 260  class PamLevel2 : public TObject { Line 261  class PamLevel2 : public TObject {
261      Int_t   GetEntry(Long64_t);      Int_t   GetEntry(Long64_t);
262      Int_t   GetYodaEntry();      Int_t   GetYodaEntry();
263    
264        void SetMaxShift(Int_t sh){ maxshift = sh; return;}; // EMILIANO method to change the maxshift variable
265        
266      Long64_t GetEntries(){return pam_tree->GetEntries();};      Long64_t GetEntries(){return pam_tree->GetEntries();};
267      TChain* GetPamTree(){return pam_tree;};      TChain* GetPamTree(){return pam_tree;};
268      TChain* GetRunTree(){return run_tree;};      TChain* GetRunTree(){return run_tree;};

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

  ViewVC Help
Powered by ViewVC 1.1.23