All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
sbndcode/sbndcode/CosmicId/Algs/cosmicidalg_sbnd.fcl
Go to the documentation of this file.
2 
3 BEGIN_PROLOG
4 
5 standard_cosmicidalg:
6 {
7  TpcTrackModuleLabel: "pandoraTrack"
8  PandoraLabel: "pandora"
9  CrtHitModuleLabel: "crthit"
10  CrtTrackModuleLabel: "crttrack"
11  CaloModuleLabel: "pandoraCalo"
12 
13  ApplyFiducialCut: true
14  ApplyStoppingCut: true
15  ApplyGeometryCut: true
16  ApplyCpaCrossCut: false
17  ApplyApaCrossCut: true
18  ApplyCrtTrackCut: true
19  ApplyCrtHitCut: true
20  ApplyPandoraT0Cut: false
21  ApplyPandoraNuScoreCut: true
22 
23  UseTrackAngleVeto: true
24  MinSecondTrackLength: 5.
25  MinVertexDistance: 5.
26  MinMergeAngle: 2.6
27 
28  FVTagAlg: @local::sbnd_fiducialvolumecosmicidalg
29  SPTagAlg: @local::sbnd_stoppingparticlecosmicidalg
30  CCTagAlg: @local::sbnd_cpacrosscosmicidalg
31  ACTagAlg: @local::sbnd_apacrosscosmicidalg
32  CHTagAlg: @local::sbnd_crthitcosmicidalg
33  CTTagAlg: @local::sbnd_crttrackcosmicidalg
34  PTTagAlg: @local::sbnd_pandorat0cosmicidalg
35  PNTagAlg: @local::sbnd_pandoranuscorecosmicidalg
36 
37  BeamTimeLimits: @local::sbnd_beamtime
38 }
39 
40 END_PROLOG