Skip to content

Commit

Permalink
do not save Trajectories (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroraPerego authored and felicepantaleo committed May 2, 2024
1 parent 09fa6a5 commit adbee95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,13 @@

from Configuration.Eras.Modifier_phase2_hgcal_cff import phase2_hgcal

TICLrereco = cms.PSet(
outputCommands = cms.untracked.vstring('keep *Association*_generalTracks_*_*')
)

phase2_hgcal.toModify(TrackingToolsAOD, outputCommands = TrackingToolsAOD.outputCommands + TICLrereco.outputCommands)

#RECO content
TrackingToolsRECO = cms.PSet(
outputCommands = cms.untracked.vstring('keep *_CkfElectronCandidates_*_*',
outputCommands = cms.untracked.vstring('keep *_CkfElectronCandidates_*_*',
'keep *_GsfGlobalElectronTest_*_*',
'keep *_electronMergedSeeds_*_*',
'keep recoGsfTrackExtras_electronGsfTracks_*_*',
'keep recoTrackExtras_electronGsfTracks_*_*',
'keep recoGsfTrackExtras_electronGsfTracks_*_*',
'keep recoTrackExtras_electronGsfTracks_*_*',
'keep TrackingRecHitsOwned_electronGsfTracks_*_*'
)
)
Expand Down
2 changes: 1 addition & 1 deletion TrackingTools/PatternTools/src/classes_def.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<field name="transientMap_" transient="true"/>
</class>

<class name="edm::Wrapper<edm::AssociationMap<edm::OneToOne<std::vector<Trajectory>,std::vector<reco::Track>,unsigned short> > >" />
<class name="edm::Wrapper<edm::AssociationMap<edm::OneToOne<std::vector<Trajectory>,std::vector<reco::Track>,unsigned short> > >" persistent="false" />
<class name="edm::Wrapper<edm::AssociationMap<edm::OneToOne<reco::TrackCollection,std::vector<MomentumConstraint>,unsigned int> > >" />
<class name="edm::Wrapper<edm::AssociationMap<edm::OneToOne<reco::TrackCollection,std::vector<VertexConstraint>,unsigned int> > >"/>

Expand Down

0 comments on commit adbee95

Please sign in to comment.