00001 #ifndef TOPUTILS_STACOSCALEEFFFACTOR_H__ 00002 #define TOPUTILS_STACOSCALEEFFFACTOR_H__ 00003 00004 #include <vector> 00005 00006 #include "manTree/MMuon.h" 00007 00008 double getStacoEffScaleFactor(const std::vector<manchester::MMuon>* muons); 00009 double getStacoEffScaleFactor(const std::vector<const manchester::MMuon*>* muons); 00010 double getStacoEffScaleFactorUncertainty(const std::vector<const manchester::MMuon*>* muons); 00011 double getStacoEffScaleFactor(const std::vector<const manchester::MMuon*>* muons, int runnumber); 00012 double getStacoEffScaleFactorUncertainty(const std::vector<const manchester::MMuon*>* muons, int runnumber); 00013 00014 00015 #endif // TOPUTILS_STACOSCALEEFFFACTOR_H__