/[PAMELA software]/PamCut/Collections/EffCollection/EffCollection.cpp
ViewVC logotype

Diff of /PamCut/Collections/EffCollection/EffCollection.cpp

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

revision 1.8 by pam-fi, Tue Oct 27 10:24:01 2009 UTC revision 1.9 by pam-fi, Wed Oct 28 17:47:15 2009 UTC
# Line 34  bool efficiency_(Int_t* sel, Int_t* det, Line 34  bool efficiency_(Int_t* sel, Int_t* det,
34  }  }
35    
36  EffCollection::EffCollection(const char *collectionName, TString outFileBase, int errMethod, bool owns) :  EffCollection::EffCollection(const char *collectionName, TString outFileBase, int errMethod, bool owns) :
37    VerboseCollection(collectionName, owns), _selCollection("selCollection"), _detCollection("detCollection"), _outFileBase(    VerboseCollection(collectionName, false), _selCollection("selCollection",owns), _detCollection("detCollection",
38        outFileBase), _errMethod(errMethod), _det(0), _sel(0) {        owns), _outFileBase(outFileBase), _errMethod(errMethod), _det(0), _sel(0) {
39    
40  }  }
41    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

  ViewVC Help
Powered by ViewVC 1.1.23