--- PamCut/Collections/EffRigCollection/EffRigCollection.h 2009/10/01 10:33:49 1.4 +++ PamCut/Collections/EffRigCollection/EffRigCollection.h 2009/10/27 10:18:54 1.5 @@ -41,10 +41,12 @@ * with the edges of the bin. Additionally, a ROOT file (outFileBase + collection's name +"-rig.root") * will be produced, containing the efficiency graph. * @param rigBinsFile The file with the rigidity bins. - * @param errMethod The method to use for error computation. Possible values are defined in #EffRigCollection_ErrMethod. + * @param errMethod The method to use for error computation. Possible values are defined in #EffCollection_ErrMethod. + * @param owns If true, the collection will own the cuts and the actions, ie., it will + * destroy them in its destructor. */ EffRigCollection(const char *collectionName, TString outFileBase = "", TString rigBinsFile = "", int errMethod = - EFFERR_ROOT); + EFFERR_ROOT, bool owns = true); /*! @brief Destructor. */ ~EffRigCollection() {