Skip to content
Snippets Groups Projects
Commit c5f1bb7b authored by Benedict Tobias Winter's avatar Benedict Tobias Winter
Browse files

implementing comments

parent 7ddd1df2
No related branches found
No related tags found
11 merge requests!46457Draft: Adding the tools to run over data,!46454Draft: Adding the tools to be able to run over data,!45045WIP: Include another condition for hit merging in FCS_StepInfoSD.cxx,!45043Merge branch 'Update-DAOD_IDNCB' into '21.2',!44869Draft: Update to candidate store,!4217921.9-first_steps-InDetTrackingGeometryXML,!42171Add LAr cell DQ plots to UPC stream,!40432Sweep 21.3.24 into 21.9,!40342WIP: ATR-22546 - add missing trigger to MC16a,!39712Merge 21.0.120 and 21.0.121 into 21.3,!3906121.0 add tfcs energy interpolation histogram
......@@ -37,7 +37,7 @@ public:
private:
TH1F m_hist;
ClassDefOverride(TFCSEnergyInterpolationHistogram,1) //TFCSEnergyInterpolationHistogram
ClassDefOverride(TFCSEnergyInterpolationHistogram,1); //TFCSEnergyInterpolationHistogram
};
#if defined(__ROOTCLING__) && defined(__FastCaloSimStandAlone__)
......
......@@ -66,7 +66,8 @@ void TFCSEnergyInterpolationHistogram::Print(Option_t *option) const
TString opt(option);
bool shortprint=opt.Index("short")>=0;
bool longprint=msgLvl(MSG::DEBUG) || (msgLvl(MSG::INFO) && !shortprint);
TString optprint=opt;optprint.ReplaceAll("short","");
TString optprint=opt;
optprint.ReplaceAll("short","");
TFCSParametrization::Print(option);
if(longprint) ATH_MSG_INFO(optprint <<(OnlyScaleEnergy()?" E()*":" Ekin()*")<<"histNbins="<<m_hist.GetNbinsX()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment