Skip to content

Commit

Permalink
Modify defaults for epAng_, epSep_, epDot_
Browse files Browse the repository at this point in the history
  • Loading branch information
tvami committed Sep 4, 2024
1 parent dcdb18d commit 30e0b80
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Ecal/src/Ecal/EcalVetoProcessor.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -731,9 +731,9 @@ void EcalVetoProcessor::produce(framework::Event &event) {
p_traj_end = TVector3(
1000, 1000, geometry_->getZPosition((nEcalLayers_ - 1))); // 1000);
/*ensures event will not be vetoed by angle/separation cut */
epAng_ = 3.0 + 1.0;
epSep_ = 10.0 + 1.0;
epDot_ = 1.0; // default to 1.0 (?)
epAng_ = 999.;
epSep_ = 999.;
epDot_ = 999.;
}

// Near photon step: Find the first layer of the ECal where a hit near the
Expand Down

0 comments on commit 30e0b80

Please sign in to comment.