Skip to content

Commit 66c2723

Browse files
committed
reorder datamembers for initializer
1 parent cc7b940 commit 66c2723

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

simulation/g4simulation/g4detectors/PHG4PSTOFSteppingAction.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@ class PHG4PSTOFSteppingAction : public PHG4SteppingAction
2727
private:
2828
//! pointer to the detector
2929
PHG4PSTOFDetector* detector_;
30+
const PHG4ParametersContainer* paramscontainer;
3031
//! pointer to hit container
3132
PHG4HitContainer* hits_;
3233
PHG4Hit* hit;
3334
PHG4HitContainer *savehitcontainer;
3435

35-
const PHG4ParametersContainer* paramscontainer;
3636
G4VPhysicalVolume *savevolpre;
3737
G4VPhysicalVolume *savevolpost;
3838
int savetrackid;

0 commit comments

Comments
 (0)