pandorashoweralgs.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 standard_larpandorashoweralg:
3 {
4  UseCollectionOnly: false #Only use the collection charge infromation.
5  # PFParticleLabel: "pandora"
6  SCEXFlip: false
7  InitialTrackInputLabel: "InitialTrack"
8  ShowerStartPositionInputLabel: "ShowerStartPosition"
9  ShowerDirectionInputLabel: "ShowerDirection"
10  InitialTrackSpacePointsInputLabel: "InitialTrackSpacePoints"
11 }
12 
13 standard_larpandorashowercheatingalg:
14 {
15  LArPandoraShowerAlg: @local::standard_larpandorashoweralg
16  HitModuleLabel: "linecluster"
17  # PFParticleLabel: "pandora"
18  ShowerStartPositionInputLabel: "ShowerStartPosition"
19  ShowerDirectionInputLabel: "ShowerDirection"
20  InitialTrackSpacePointsInputLabel: "InitialTrackSpacePoints"
21 }
22 END_PROLOG
23