Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
63 commits
Select commit Hold shift + click to select a range
5b404f1
set default ZS CRV data
ehrlich-uva Mar 13, 2026
ee3796e
updated CRV prologs
ehrlich-uva Mar 13, 2026
d31a75f
some dbscluster updates
NamithaChitrazee Mar 13, 2026
2c0da0b
Update DBSClusterer.cc
NamithaChitrazee Mar 13, 2026
a758f08
Update FlagBkgHits_module.cc
NamithaChitrazee Mar 13, 2026
dd1e653
Create TrainBkgDiag.dat
NamithaChitrazee Mar 13, 2026
ea2d9aa
Update TrainBkgDiag.hxx
NamithaChitrazee Mar 13, 2026
f71860e
Fixed conflict
bechenard Mar 13, 2026
3cae196
fixed the build errors
Mar 14, 2026
8ee0e7a
small changes to CRV prolog parameters
ehrlich-uva Mar 16, 2026
b188c42
Merge pull request #1761 from ehrlich-uva/CrvCalibration
oksuzian Mar 16, 2026
5f66c3b
bug fixes and clean up
Mar 17, 2026
3282b56
Update FlagBkgHits_module.cc
NamithaChitrazee Mar 17, 2026
69b52bd
remove run accessors
rlcee Mar 17, 2026
1241ca2
Merge pull request #1770 from rlcee/pro_260312
oksuzian Mar 18, 2026
a926437
bug fixes and count protons
Mar 18, 2026
6870390
just removed a print out
NamithaChitrazee Mar 18, 2026
5fac7a6
Update DBSClusterer.cc
NamithaChitrazee Mar 18, 2026
b4e4d74
just adding some comments
NamithaChitrazee Mar 18, 2026
22c023a
cleaned up FlgBkgHits
Mar 18, 2026
c570352
Merge pull request #1763 from bechenard/LRUfix
oksuzian Mar 18, 2026
98c3b17
Changed algorithm that pairs hits of both readout sides at CRV counters
ehrlich-uva Mar 19, 2026
71c6150
some code improvements
Mar 19, 2026
c540d3c
bug fixes and code improvements
Mar 19, 2026
da65313
code improvements
Mar 19, 2026
fc3ca3f
more updates to the CRV cluster algorithm
ehrlich-uva Mar 19, 2026
19b4105
Typo fix
NamithaChitrazee Mar 19, 2026
5a84cea
changed to range loop
NamithaChitrazee Mar 19, 2026
5b02c13
Merge pull request #1762 from NamithaChitrazee/flgbkghits
oksuzian Mar 19, 2026
b164295
more changes to the CRV coincidence cluster algorithm
ehrlich-uva Mar 20, 2026
2384347
more changes to the CRV coincidence finder
ehrlich-uva Mar 20, 2026
3036366
even more changes to the CRV coincidence finder
ehrlich-uva Mar 20, 2026
b6db422
final removal of ConditionsService
rlcee Mar 21, 2026
07ede66
minor changes in Crv coincidence finder
ehrlich-uva Mar 22, 2026
c43ffb1
more changes to CRV coincidence cluster finder
ehrlich-uva Mar 25, 2026
d919815
changed the name of two variables
ehrlich-uva Mar 25, 2026
3401611
minor changes in CRV coincidence cluster finder
ehrlich-uva Mar 26, 2026
de3ca7d
Add initial calo digi to fragment module and a validation module
michaelmackenzie Mar 26, 2026
09da825
Apply comment resolutions
michaelmackenzie Mar 26, 2026
c885d4c
Apply comment resolutions
michaelmackenzie Mar 26, 2026
35fc99f
Allow predicted size to disagree as it does not affect decoding
michaelmackenzie Mar 26, 2026
f7edd99
updated event display to add calo digis
ehrlich-uva Mar 27, 2026
b4e91ff
Merge pull request #1772 from ehrlich-uva/CrvCalibration
oksuzian Mar 29, 2026
3707cd1
Remove legacy option
michaelmackenzie Mar 30, 2026
d6e3ecb
Throw error on invalid ID
michaelmackenzie Mar 30, 2026
7d53ab0
Initial version
michaelmackenzie Mar 30, 2026
9649ba9
Allow for Offline straw IDs for digi -> fragment -> digi tests
michaelmackenzie Mar 30, 2026
ee52ca1
Update cmake
michaelmackenzie Mar 30, 2026
771e5c4
small update to CRV coincidence clustering process
ehrlich-uva Apr 1, 2026
64acef9
small change in CRV coincidence cluster
ehrlich-uva Apr 1, 2026
723b9b1
Merge pull request #1773 from rlcee/cs_260321
oksuzian Apr 1, 2026
79dc1f8
Handle cases where sim has > 10 bit PMP values
michaelmackenzie Apr 1, 2026
951b00a
Change to mu2e namespace
michaelmackenzie Apr 1, 2026
f13a2bc
Initialize data to 0
michaelmackenzie Apr 1, 2026
7e41041
Fix spacing, cmake, and remove dead code
michaelmackenzie Apr 1, 2026
b260d4d
Change to make_unique
michaelmackenzie Apr 1, 2026
40abec9
Fix spacing
michaelmackenzie Apr 1, 2026
9576add
Merge pull request #1775 from michaelmackenzie/StrawDigisToFragments
oksuzian Apr 1, 2026
2879f05
removed a mutable and some consts in CRV coincidence cluster finder
ehrlich-uva Apr 1, 2026
ea0c0e6
changed some comments
ehrlich-uva Apr 1, 2026
67d99ba
Merge pull request #1776 from ehrlich-uva/CrvCalibration
oksuzian Apr 1, 2026
b789b5a
Change to mu2e namespace
michaelmackenzie Apr 1, 2026
a31b07e
Merge pull request #1774 from michaelmackenzie/CaloDigiToFragment
oksuzian Apr 2, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,6 @@ add_subdirectory(CalPatRec)
add_subdirectory(CommonMC)
add_subdirectory(CommonReco)
add_subdirectory(Compression)
add_subdirectory(ConditionsService)
add_subdirectory(ConfigTools)
add_subdirectory(CosmicRayShieldGeom)
add_subdirectory(CosmicReco)
Expand Down
9 changes: 3 additions & 6 deletions CRVReco/fcl/epilog_extracted_v03.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,41 +5,38 @@ physics.producers.CrvCoincidenceClusterFinder.sectorConfig :
PEthreshold : 10 //PEs
maxTimeDifferenceAdjacentPulses : 10 //ns
maxTimeDifference : 20 //ns
minOverlapTimeAdjacentPulses : 30 //ns
minOverlapTime : 30 //ns
minSlope :-6
maxSlope : 6 //width direction over thickness direction
maxSlopeDifference : 3
coincidenceLayers : 2
minClusterPEs : 0
initialClusterMaxDistance : 250
finalClusterMaxDistance : 0
},
{
CRVSector : "T1"
PEthreshold : 10
maxTimeDifferenceAdjacentPulses : 10
maxTimeDifference : 20
minOverlapTimeAdjacentPulses : 30
minOverlapTime : 30
minSlope :-6
maxSlope : 6
maxSlopeDifference : 3
coincidenceLayers : 2
minClusterPEs : 0
initialClusterMaxDistance : 250
finalClusterMaxDistance : 0
},
{
CRVSector : "T2"
PEthreshold : 10
maxTimeDifferenceAdjacentPulses : 10
maxTimeDifference : 20
minOverlapTimeAdjacentPulses : 30
minOverlapTime : 30
minSlope :-6
maxSlope : 6
maxSlopeDifference : 3
coincidenceLayers : 2
minClusterPEs : 0
initialClusterMaxDistance : 250
finalClusterMaxDistance : 0
}
]
6 changes: 2 additions & 4 deletions CRVReco/fcl/epilog_run1a_v01.fcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,25 @@ physics.producers.CrvCoincidenceClusterFinder.sectorConfig :
PEthreshold : 8
maxTimeDifferenceAdjacentPulses : 20
maxTimeDifference : 20
minOverlapTimeAdjacentPulses : 30
minOverlapTime : 30
minSlope :-6
maxSlope : 6
maxSlopeDifference : 3
coincidenceLayers : 3
minClusterPEs : 0
initialClusterMaxDistance : 250
finalClusterMaxDistance : 0
},
{
CRVSector : "T2"
PEthreshold : 8
maxTimeDifferenceAdjacentPulses : 20
maxTimeDifference : 20
minOverlapTimeAdjacentPulses : 30
minOverlapTime : 30
minSlope :-6
maxSlope : 6
maxSlopeDifference : 3
coincidenceLayers : 3
minClusterPEs : 0
initialClusterMaxDistance : 250
finalClusterMaxDistance : 0
}
]
Loading