DESY Hbb Analysis Framework
|
Enumerations | |
enum | TrackQuality { undefQuality = -1, loose = 0, tight = 1, highPurity = 2, confirmed = 3, goodIterative = 4, looseSetWithPV = 5, highPuritySetWithPV = 6, discarded = 7, qualitySize = 8 } |
track quality More... | |
Functions | |
template<typename T , typename std::enable_if< std::is_base_of< RooCurve, T >::value||std::is_base_of< RooHist, T >::value, T >::type * = nullptr> | |
T * | GetFromRooPlot (RooPlot &frame, const std::string &object_name) |
template<typename T > | |
T * | GetFromRooWorkspace (RooWorkspace &w, const std::string &name) |
template<typename T > | |
T * | GetRooObjectFromTFile (TFile &file, const std::string &obj_name, const std::string &workspace_name="workspace") |
template<typename T > | |
T * | GetRooObjectFromTFile (const std::string &file_name, const std::string &obj_name, const std::string &workspace_name="workspace") |
std::vector< std::string > | getWords (const std::string &line) |
track quality
Enumerator | |
---|---|
undefQuality | |
loose | |
tight | |
highPurity | |
confirmed | |
goodIterative | |
looseSetWithPV | |
highPuritySetWithPV | |
discarded | |
qualitySize |
Definition at line 35 of file RecoTrack.h.
T* analysis::tools::GetFromRooPlot | ( | RooPlot & | frame, |
const std::string & | object_name | ||
) |
T* analysis::tools::GetFromRooWorkspace | ( | RooWorkspace & | w, |
const std::string & | name | ||
) |
T* analysis::tools::GetRooObjectFromTFile | ( | TFile & | file, |
const std::string & | obj_name, | ||
const std::string & | workspace_name = "workspace" |
||
) |
Definition at line 54 of file RooFitUtils.h.
T* analysis::tools::GetRooObjectFromTFile | ( | const std::string & | file_name, |
const std::string & | obj_name, | ||
const std::string & | workspace_name = "workspace" |
||
) |
Definition at line 63 of file RooFitUtils.h.
|
inline |
Definition at line 43 of file Tools/interface/Utils.h.