File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -157,12 +157,10 @@ void Clusters::reset()
157157// ______________________________________________________________________________
158158o2::tpc::CalPad Clusters::getOccupancy (int nHBFPerTF)
159159{
160- o2::tpc::CalPad Occupancy = mNClusters ;
161- Occupancy /= float (mProcessedTFs * (o2::constants::lhc::LHCMaxBunches * nHBFPerTF) / float (o2::tpc::ParameterElectronics::TIMEBININBC));
162- return Occupancy;
163- ;
160+ o2::tpc::CalPad occupancy = mNClusters ;
161+ occupancy /= float (mProcessedTFs * (o2::constants::lhc::LHCMaxBunches * nHBFPerTF) / float (o2::tpc::ParameterElectronics::TIMEBININBC));
162+ return occupancy;
164163}
165-
166164// ______________________________________________________________________________
167165void Clusters::merge (Clusters& clusters)
168166{
You can’t perform that action at this time.
0 commit comments