Skip to content

Commit 2b00551

Browse files
committed
enable hits
1 parent 7c92e44 commit 2b00551

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

Detectors/Upgrades/ALICE3/FVD/base/include/FVDBase/FVDBaseParam.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ namespace fvd
2121
{
2222
struct FVDBaseParam : public o2::conf::ConfigurableParamHelper<FVDBaseParam> {
2323

24-
// int nringsA = 5; // 3
25-
// int nringsC = 6;
26-
int nsect = 8;
24+
// int nringsA = 5; // 3
25+
// int nringsC = 6;
26+
int nsect = 8;
2727

2828
float dzscint = 4.;
2929
std::vector<float> ringsA = {3., 14.8, 26.6, 38.4, 50.2, 62.};
@@ -40,5 +40,5 @@ struct FVDBaseParam : public o2::conf::ConfigurableParamHelper<FVDBaseParam> {
4040

4141
} // namespace fvd
4242
} // namespace o2
43-
43+
4444
#endif

Detectors/Upgrades/ALICE3/FVD/simulation/include/FVDSimulation/Detector.h

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
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

2828
class FairVolume;
2929
class TGeoVolume;
@@ -34,7 +34,7 @@ namespace fvd
3434
{
3535
class GeometryTGeo;
3636
}
37-
}
37+
} // namespace o2
3838

3939
namespace 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

Comments
 (0)