@@ -299,15 +299,15 @@ TPCPMTBarycenterMatchProducer::TPCPMTBarycenterMatchProducer(fhicl::ParameterSet
299299 fCalAreaConst(p.get<std::vector<double >>(" CalAreaConst" )),
300300 fOpDetVUVEff (p.get<double >(" OpDetVUVEff" )),
301301 fOpDetVISEff (p.get<double >(" OpDetVISEff" )),
302- fVerbose(p.get<bool >(" Verbose" , false )),
303- fFillMatchTree(p.get<bool >(" FillMatchTree" , false )),
304- fDo3DMatching(p.get<bool >(" Do3DMatching" , true )),
302+ fVerbose(p.get<bool >(" Verbose" )),
303+ fFillMatchTree(p.get<bool >(" FillMatchTree" )),
304+ fDo3DMatching(p.get<bool >(" Do3DMatching" )),
305305 fLightChargeRatioBounds(p.get<std::vector<double >>(" LightChargeRatioBounds" )),
306306 fXError(p.get<double >(" XError" )), // cm
307307 fYError(p.get<double >(" YError" )), // cm
308308 fZError(p.get<double >(" ZError" )), // cm
309309 fAngleError(p.get<double >(" AngleError" )), // deg
310- fFlashVetoWindow(p.get<std::vector<double >>(" FlashVetoWindow" )), // us
310+ fFlashVetoWindow(p.get<std::vector<double >>(" FlashVetoWindow" )) // us
311311 {
312312 // Call appropriate produces<>() functions here.
313313
@@ -328,7 +328,7 @@ TPCPMTBarycenterMatchProducer::TPCPMTBarycenterMatchProducer(fhicl::ParameterSet
328328 // Event Info
329329 fMatchTree ->Branch (" run" , &fRun , " run/I" );
330330 fMatchTree ->Branch (" event" , &fEvent , " event/I" );
331- fMatchTree ->Branch (" cryo" , &fTPC , " cryo/I" );
331+ fMatchTree ->Branch (" cryo" , &fTPC , " cryo/I" );
332332 fMatchTree ->Branch (" sliceNum" , &fSliceNum , " sliceNum/I" );
333333
334334 // Charge Info
0 commit comments