ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/TreeMod/src/Analysis.cc
(Generate patch)

Comparing UserCode/MitAna/TreeMod/src/Analysis.cc (file contents):
Revision 1.27 by loizides, Mon Mar 2 12:35:29 2009 UTC vs.
Revision 1.28 by loizides, Wed Mar 11 10:07:40 2009 UTC

# Line 45 | Line 45 | Analysis::Analysis(Bool_t useproof) :
45    fSet(0),
46    fDeleteList(new TList),
47    fTreeName(Names::gkEvtTreeName),
48 <  fCompLevel(2),
48 >  fCompLevel(7),
49    fProof(0),
50    fDoNEvents(TChain::kBigNumber),
51 <  fCacheSize(134217728)
51 >  fCacheSize(64*1024*1024)
52   {
53    // Default constructor.
54  
# Line 271 | Line 271 | void Analysis::AddSuperModule(TAModule *
271   }
272  
273   //--------------------------------------------------------------------------------------------------
274 + void Analysis::EventLoop()
275 + {
276 +  // TODO
277 +
278 +  //if (fTreeName==fAllTreeName)
279 +  fChain->Process(fSelector,"",fDoNEvents);
280 +
281 +
282 + }
283 +
284 + //--------------------------------------------------------------------------------------------------
285   void Analysis::FileInputFromEnv()
286   {
287    // Attempt to get list of filesets/files from environment.
# Line 540 | Line 551 | void Analysis::Run()
551      MDB(kAnalysis, 1)
552        Info("Run", "Start processing (no PROOF)...");
553  
554 <    fChain->Process(fSelector,"",fDoNEvents);
554 >    EventLoop();
555    }
556  
557    MDB(kAnalysis, 1)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines