@@ -48,11 +48,10 @@ ClassImp(DihadronContainer);
4848DihadronContainer::DihadronContainer () : TNamed(),
4949 mCorrHist(nullptr )
5050{
51- // Default constructor
51+ // Default constructor
5252}
5353
54-
55- DihadronContainer::DihadronContainer (const char * name, const char * objTitle,
54+ DihadronContainer::DihadronContainer (const char * name, const char * objTitle,
5655 const std::vector<o2::framework::AxisSpec>& correlationAxis,
5756 const uint8_t nStep) : TNamed(name, objTitle),
5857 mCorrHist(nullptr ),
@@ -73,7 +72,6 @@ DihadronContainer::DihadronContainer(const char* name, const char* objTitle,
7372 LOGF (info, " DihadronContainer with %ld bins in the correlation histogram (approx. %ld-%ld MB of memory)" , bins, bins * 4 / 1024 / 1024 , bins * 8 / 1024 / 1024 );
7473
7574 mCorrHist = HistFactory::createHist<StepTHnF>({" mCorrHist" , " d^{2}N_{ch}/d#varphid#eta" , {HistType::kStepTHnF , pairAxis, nStep}}).release ();
76-
7775}
7876
7977// _____________________________________________________________________________
@@ -134,7 +132,6 @@ void DihadronContainer::deepCopy(DihadronContainer* from)
134132 }
135133}
136134
137-
138135// ____________________________________________________________________
139136Long64_t DihadronContainer::Merge (TCollection* list)
140137{
@@ -196,7 +193,6 @@ void DihadronContainer::Reset()
196193 for (Int_t step = 0 ; step < mCorrHist ->getNSteps (); step++) {
197194 mCorrHist ->getTHn (step)->Reset ();
198195 }
199-
200196}
201197
202198THnBase* DihadronContainer::changeToThn (THnBase* sparse)
@@ -206,5 +202,4 @@ THnBase* DihadronContainer::changeToThn(THnBase* sparse)
206202 return THn::CreateHn (Form (" %s_thn" , sparse->GetName ()), sparse->GetTitle (), sparse);
207203}
208204
209-
210205ClassImp (DihadronContainer);
0 commit comments