-
Notifications
You must be signed in to change notification settings - Fork 54
Feature/adding blip to caf #871
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changes from 14 commits
3abd95c
4d2df24
619cc9d
8c71d0b
bb7fca3
04973a2
a8816a2
7a1e130
70ee378
9a41019
8ab2400
b2c99ca
2736872
dbcec4b
f63553b
064df71
1fbb828
90533bc
382de1d
1808514
d137623
184ba70
ae53aa5
785cf59
a23b8fe
311ee02
a36a2b5
e7951b5
1db5fd5
813ff32
d075348
3a30ea5
4b0b4c5
298f171
9c94f32
c67ed63
774ebe2
eae9be3
be7a13b
c41582b
5d1cc28
39745f4
c44a0cf
87ca9dc
e627109
c78d55d
10e4916
1b10ce5
612a577
d49df9d
33bb8a3
a4b6724
a705deb
32a391c
48ef455
2f7a877
b5e00dc
4dfcb26
bb4f59a
378d685
bc843e7
104e1ac
5ce9ad2
4502f76
6267b1e
50dba79
296d8d1
4a69c2b
1d49586
361f09e
dc54a8e
92d3f00
b93b540
37b4ba2
318787a
62286d3
25cd547
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -75,7 +75,8 @@ const int kMaxTrks = 1000; | |
| const int kMaxBlips = 5000; | ||
| const int kMaxG4 = 30000; | ||
| const int kMaxEDeps = 10000; | ||
| const int kMaxTrkPts = 2000; | ||
| const int kMaxTrkPts = 2000; | ||
| const int kNplanes = blip::kNplanes; | ||
|
||
|
|
||
| class BlipAna; | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -34,12 +34,12 @@ set( MODULE_LIBRARIES larcorealg::Geometry | |
| sbndcode_RecoUtils | ||
| sbndcode_OpDetSim | ||
| sbndcode_BlipUtils | ||
| sbndobj_BlipDataTypes | ||
|
||
| sbndcode_BlipRecoAlg | ||
| ) | ||
|
|
||
| add_subdirectory(Utils) | ||
| add_subdirectory(Alg) | ||
|
|
||
| add_subdirectory(Utils) | ||
| cet_build_plugin(BlipAna art::Module SOURCE BlipAna_module.cc LIBRARIES ${MODULE_LIBRARIES} ) | ||
| cet_build_plugin(BlipRecoProducer art::Module SOURCE BlipRecoProducer_module.cc LIBRARIES ${MODULE_LIBRARIES} ) | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,6 +38,7 @@ cet_make_library( | |
| ROOT::Gdml | ||
| sbndcode_CRTUtils | ||
| sbnobj::Common_CRT | ||
| sbndobj_BlipDataTypes | ||
|
||
| #sbndcode_CosmicIdUtils | ||
| ) | ||
|
|
||
|
|
||
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,36 +0,0 @@ | ||
| // | ||
| // Build a dictionary. | ||
| // | ||
| // $Id: classes.h,v 1.8 2010/04/12 18:12:28 Exp $ | ||
| // $Author: $ | ||
| // $Date: 2010/04/12 18:12:28 $ | ||
| // | ||
| // Original author Rob Kutschke, modified by wes | ||
| // | ||
|
|
||
| #include "canvas/Persistency/Common/Wrapper.h" | ||
|
|
||
| // data-products | ||
| // lardataobj | ||
| //#include "lardata/Utilities/AssociationUtil.h" | ||
| #include "canvas/Persistency/Common/Assns.h" | ||
| #include "lardataobj/RecoBase/PFParticle.h" | ||
| #include "lardataobj/RecoBase/Hit.h" | ||
| #include "nusimdata/SimulationBase/MCTruth.h" | ||
| #include "sbndcode/BlipRecoSBND/Utils/DataTypes.h" | ||
| #include "lardataobj/RecoBase/SpacePoint.h" | ||
|
|
||
| // | ||
| // Only include objects that we would like to be able to put into the event. | ||
| // Do not include the objects they contain internally. | ||
| // | ||
|
|
||
| template class art::Assns<recob::Hit,blip::Blip,void>; | ||
| template class art::Wrapper<art::Assns<recob::Hit,blip::Blip,void> >; | ||
| template class std::vector<blip::Blip>; | ||
| template class art::Wrapper<std::vector<blip::Blip> >; | ||
| template class std::map<int, TVector3>; | ||
| template class art::Assns<blip::Blip,recob::Hit,void>; | ||
| template class art::Wrapper<art::Assns<blip::Blip,recob::Hit,void> >; | ||
| template class art::Assns<blip::Blip,recob::SpacePoint,void>; | ||
| template class art::Wrapper<art::Assns<blip::Blip,recob::SpacePoint,void> >; | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,2 @@ | ||
| <lcgdict> | ||
| <class name="art::Wrapper<std::vector<blip::Blip> >"/> | ||
| <class name="blip::Blip"/> | ||
| <class name="std::vector<blip::Blip>"/> | ||
| <class name="blip::HitClust"/> | ||
| <class name="blip::TrueBlip"/> | ||
| <class name="std::map<int,TVector3>"/> | ||
| <class name="art::Assns<blip::Blip,recob::Hit,void>"/> | ||
| <class name="art::Assns<recob::Hit, blip::Blip,void>"/> | ||
| <class name="art::Assns<blip::Blip,recob::SpacePoint,void>"/> | ||
| <class name="art::Wrapper<art::Assns<blip::Blip,recob::Hit,void> >"/> | ||
| <class name="art::Wrapper<art::Assns<recob::Hit,blip::Blip,void> >"/> | ||
| <class name="art::Wrapper<art::Assns<blip::Blip,recob::SpacePoint,void> >"/> | ||
| </lcgdict> |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -126,16 +126,17 @@ physics: | |
| # change tools in sbn to have 2D TPC sim/sp input | ||
| physics.producers.pandoraShowerRazzle.SimChannelLabel: "simtpc2d:simpleSC" | ||
| physics.producers.pandoraTrackDazzle.SimChannelLabel: "simtpc2d:simpleSC" | ||
| physics.producers.cnnid.WireLabel: "simtpc2d:gauss" | ||
| #physics.producers.cnnid.WireLabel: "simtpc2d:gauss" | ||
|
||
| # uncomment below line for to use DNN ROI SP for CNNID scores | ||
| #physics.producers.cnnid.WireLabel: "simtpc2d:dnnsp" | ||
| physics.producers.cnnid.WireLabel: "simtpc2d:dnnsp" | ||
|
|
||
| physics.producers.vertexCharge.CaloAlg: @local::sbnd_calorimetryalgmc | ||
| physics.producers.vertexStub.CaloAlg: @local::sbnd_calorimetryalgmc | ||
|
|
||
| physics.producers.cafmaker: @local::standard_cafmaker | ||
| physics.producers.cafmaker.CosmicGenLabel: "corsika" | ||
| physics.producers.cafmaker.SimChannelLabel: "simtpc2d:simpleSC" | ||
| physics.producers.cafmaker.BlipTag: "blipreco" | ||
|
|
||
| # Blinding not needed for MC | ||
| physics.producers.cafmaker.CreateBlindedCAF: false | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.