1919#include " DetectorsBase/Detector.h"
2020#include " FVDBase/GeometryTGeo.h"
2121#include " FVDBase/FVDBaseParam.h"
22- #include " ITSMFTSimulation/Hit.h"
23- #include " Rtypes.h"
24- #include " TGeoManager.h"
25- #include " TLorentzVector.h"
26- #include " TVector3.h"
22+ #include " ITSMFTSimulation/Hit.h"
23+ #include " Rtypes.h"
24+ #include " TGeoManager.h"
25+ #include " TLorentzVector.h"
26+ #include " TVector3.h"
2727
2828class FairVolume ;
2929class TGeoVolume ;
@@ -34,7 +34,7 @@ namespace fvd
3434{
3535class GeometryTGeo ;
3636}
37- }
37+ } // namespace o2
3838
3939namespace o2
4040{
@@ -53,14 +53,14 @@ class Detector : public o2::base::DetImpl<Detector>
5353 void ConstructGeometry () override ;
5454
5555 // / This method is an example of how to add your own point of type Hit to the clones array
56- o2::itsmft::Hit* addHit (int trackID, int detID,
57- const TVector3& startPos,
58- const TVector3& endPos,
59- const TVector3& startMom,
60- double startE,
61- double endTime, double eLoss,
62- unsigned int startStatus,
63- unsigned int endStatus);
56+ o2::itsmft::Hit* addHit (int trackID, int detID,
57+ const TVector3& startPos,
58+ const TVector3& endPos,
59+ const TVector3& startMom,
60+ double startE,
61+ double endTime, double eLoss,
62+ unsigned int startStatus,
63+ unsigned int endStatus);
6464
6565 std::vector<o2::itsmft::Hit>* getHits (Int_t iColl)
6666 {
@@ -105,7 +105,7 @@ class Detector : public o2::base::DetImpl<Detector>
105105
106106 std::vector<float > mRingRadiiA ;
107107 std::vector<float > mRingRadiiC ;
108-
108+
109109 float mZmodA ;
110110 float mZmodC ;
111111
0 commit comments