You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sbndcode/TPCPMTBarycenterMatching/TPCPMTBarycenterMatching_module.cc
+4-48Lines changed: 4 additions & 48 deletions
Original file line number
Diff line number
Diff line change
@@ -225,7 +225,6 @@ class TPCPMTBarycenterMatchProducer : public art::EDProducer {
225
225
std::vector<std::string> fInputTags; ///< Suffix added onto fOpFlashLabel and fPandoraLabel, used by ICARUS for separate cryostat labels but could be empty
226
226
std::vector<std::string> fOpFlashesModuleLabel; ///< Label for PMT reconstruction products
227
227
std::string fPandoraLabel; ///< Label for Pandora output products
228
-
std::string fTPCClusterLabel;
229
228
boolfCollectionOnly; ///< Only use TPC spacepoints from the collection plane
230
229
doublefDistanceCandidateFlashes; ///< Maximum distance between candidate flashes to be considered for matching (cm)
231
230
std::vector<double> fCalAreaConst; /// Calibration area constants for wire plane
@@ -235,8 +234,6 @@ class TPCPMTBarycenterMatchProducer : public art::EDProducer {
235
234
boolfVerbose; ///< Print extra info
236
235
boolfFillMatchTree; ///< Fill an output TTree in the supplemental file
237
236
boolfDo3DMatching; ///< Wether to perform the matching in 3D or 2D
238
-
doublefDistanceWeight;
239
-
doublefAngleWeight;
240
237
std::vector<double> fLightChargeRatioBounds; ///< Vector to store the distance between the barycenter of the charge and the barycenter of the light for each slice
241
238
doublefXError;
242
239
doublefYError;
@@ -266,7 +263,6 @@ class TPCPMTBarycenterMatchProducer : public art::EDProducer {
266
263
doublefFlashCenterZ; ///< Weighted mean Z postion of hit PMTs (cm)
267
264
doublefFlashWidthY; ///< Weighted standard deviation of Y postion of hit PMTs (cm)
268
265
doublefFlashWidthZ; ///< Weighted standard deviation of Z postion of hit PMTs (cm)
269
-
doublefFlashLight;
270
266
doublefDeltaT; ///< | Matched flash time - charge T0 | when available (us)
271
267
doublefDeltaY; ///< | Matched flash Y center - charge Y center | (cm)
272
268
doublefDeltaZ; ///< | Matched flash Z center - charge Z center | (cm)
@@ -275,10 +271,7 @@ class TPCPMTBarycenterMatchProducer : public art::EDProducer {
275
271
doublefDeltaZ_Trigger; ///< | Triggering flash Z center - charge Z center | (cm)
276
272
doublefRadius_Trigger; ///< Hypotenuse of DeltaY_Trigger and DeltaZ_Trigger (cm)
277
273
doublefNuScore; ///< NuScore of the slice, if available, otherwise -9999
278
-
doublefNumElectrons;
279
-
doublefLightChargeCosine; ///< Cosine of the angle between the charge PCA and the light PCA
280
274
TTree* fMatchTree; ///< Tree to store all match information
281
-
TTree* fDebugTree; ///< Tree to store debug information
0 commit comments