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

Diff of /PamCut/Collections/EffCollection/EffCollection.h

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

revision 1.2 by pam-fi, Wed Aug 12 14:18:13 2009 UTC revision 1.3 by pam-fi, Fri Aug 14 10:32:14 2009 UTC
# Line 115  public: Line 115  public:
115    
116  protected:  protected:
117    
118      /*! This collection contains the selection cuts. */
119    SmartCollection _selCollection;    SmartCollection _selCollection;
120    
121      /*! This collection contains the detector cuts. */
122    SmartCollection _detCollection;    SmartCollection _detCollection;
123    
124      /*! The base name of the output file. */
125    TString _outFileBase;    TString _outFileBase;
126    unsigned int _det, _sel;  
127      /*! The number of events surviving the detector cuts. */
128      unsigned int _det;
129    
130      /*! The number of events surviving the selection cuts. */
131      unsigned int _sel;
132    
133  };  };
134    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.23