Skip to content

Commit cc7b940

Browse files
committed
fix initializers order
1 parent 3c89812 commit cc7b940

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

simulation/g4simulation/g4detectors/PHG4PSTOFSteppingAction.cc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ PHG4PSTOFSteppingAction::PHG4PSTOFSteppingAction(PHG4PSTOFDetector* detector, co
3434
, savepoststepstatus(-1)
3535
, edepsum(0)
3636
, eionsum(0)
37-
{
38-
const PHG4Parameters *par = paramscontainer->GetParameters(-1);
39-
}
37+
{}
4038

4139
PHG4PSTOFSteppingAction::~PHG4PSTOFSteppingAction()
4240
{

0 commit comments

Comments
 (0)