--- PamCut/CollectionActions/Histo2DActions/MassVsRigHistoAction/MassVsRigHistoAction.cpp 2010/04/05 11:07:16 1.1 +++ PamCut/CollectionActions/Histo2DActions/MassVsRigHistoAction/MassVsRigHistoAction.cpp 2010/04/05 11:28:22 1.2 @@ -11,7 +11,7 @@ MassVsRigHistoAction::MassVsRigHistoAction(const char *actionName, TString outFileBase, TString mode, bool outRoot, bool outText, TString title, Int_t Z, TString rigBinFile) : - Histo2DAction (actionName, title, outFileBase, mode, outRoot, outText), _Z(Z), _rigBinFile(RigBinFile){ + Histo2DAction (actionName, title, outFileBase, mode, outRoot, outText), _Z(Z), _rigBinFile(rigBinFile){ }