13 #include <unordered_map> 20 #include "TBenchmark.h" 30 #include "TChainElement.h" 31 #include "TTreeCache.h" 32 #include "TTreePerfStats.h" 33 #include "TStopwatch.h" 36 #include "TLorentzVector.h" 37 #include "Math/LorentzVector.h" 38 #include "Math/GenVector/PtEtaPhiM4D.h" 40 #ifdef LorentzVectorPtEtaPhiM4D 41 typedef ROOT::Math::LorentzVector<ROOT::Math::PtEtaPhiM4D<float> >
LV;
43 typedef ROOT::Math::LorentzVector<ROOT::Math::PxPyPzE4D<float> >
LV;
54 void print(TString
msg =
"",
const char*
fname =
"",
int flush_before = 0,
int flush_after = 0);
55 void error(TString
msg,
const char*
fname =
"",
int is_error = 1);
58 void start(
int quiet = 0,
int sleep_time = 0);
59 void end(
int quiet = 0);
void warning(TString msg, const char *fname="")
void print(TString msg="", const char *fname="", int flush_before=0, int flush_after=0)
math::XYZTLorentzVectorD LV
void error(TString msg, const char *fname="", int is_error=1)
void announce(TString msg="", int quiet=0)
void clearline(int numchar=100)
void start(int quiet=0, int sleep_time=0)
std::string getstr(const LV &lv)
ROOT::Math::LorentzVector< ROOT::Math::PxPyPzE4D< float > > LV