Skip to content

Commit

Permalink
putting in framework to filter out bad TCs for Ethan to work on
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewstortini committed Nov 1, 2023
1 parent 393ec80 commit 945813e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 243 deletions.
12 changes: 1 addition & 11 deletions CalPatRec/fcl/prolog.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,6 @@ CalPatRec : { @table::CalPatRec
debugLevel : 0
printFrequency : 1000
runDisplay : 0
saveProtCand : 0
useCCs : 1
recoverCCs : 1
chCollLabel : "FlagBkgHits"
Expand All @@ -585,16 +584,7 @@ CalPatRec : { @table::CalPatRec
minCaloEnergy : 50.0
caloDtMax : 30.0
caloTimeOffset : @local::TrackCaloMatching.DtOffset
doComptonClean : 0
maxIntersectSig : 5.0
maxApproachSigma : 5.0
maxAppSigmaTrans : 5.0
comptonThresh : 8
doIsoClean : 0
isoRad : 100.0
doPhiClean : 0
phiCleanPhi : 45.0
phiCleanThresh : 5
doRefine : 1

diagPlugin : { tool_type : "TZClusterFinderDiag"
mcTruth : 1
Expand Down
1 change: 1 addition & 0 deletions CalPatRec/inc/TZClusterFinder_types.hh
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ namespace mu2e {
int nrgSelection; // 1 if passes energy selection (CE), 0 if not (protons)
int nCombines;
int caloIndex;
bool goodCluster;
};

struct Data_t {
Expand Down
Loading

0 comments on commit 945813e

Please sign in to comment.