We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8008f5f commit c1bfb58Copy full SHA for c1bfb58
1 file changed
Steer/src/O2MCApplication.cxx
@@ -136,7 +136,9 @@ bool O2MCApplicationBase::MisalignGeometry()
136
}
137
138
139
- auto b = FairMCApplication::MisalignGeometry();
+ // RS We want to store ideal geometry to be able to apply different alignments on the fly
140
+ // auto b = FairMCApplication::MisalignGeometry();
141
+
142
// we use this moment to stream our geometry (before other
143
// VMC engine dependent modifications are done)
144
@@ -145,7 +147,7 @@ bool O2MCApplicationBase::MisalignGeometry()
145
147
gGeoManager->Export(geomfile.c_str());
146
148
149
// return original return value of misalignment procedure
- return b;
150
+ return true;
151
152
153
void O2MCApplicationBase::finishEventCommon()
0 commit comments