#include <TICLInterpretationAlgoBase.h>
Public Member Functions | |
Inputs (const edm::Event &eV, const edm::EventSetup &eS, const std::vector< reco::CaloCluster > &lC, const edm::ValueMap< std::pair< float, float >> &lcT, const MultiVectorManager< Trackster > &tS, const std::vector< std::vector< unsigned int >> &links, const edm::Handle< std::vector< T >> trks, const std::vector< bool > &mT) | |
Public Attributes | |
const edm::EventSetup & | es |
const edm::Event & | ev |
const std::vector< reco::CaloCluster > & | layerClusters |
const edm::ValueMap< std::pair< float, float > > & | layerClustersTime |
const std::vector< std::vector< unsigned int > > & | linkedResultTracksters |
const std::vector< bool > & | maskedTracks |
const edm::Handle< std::vector< T > > | tracksHandle |
const MultiVectorManager< Trackster > & | tracksters |
Definition at line 38 of file TICLInterpretationAlgoBase.h.
|
inline |
Definition at line 48 of file TICLInterpretationAlgoBase.h.
const edm::EventSetup& ticl::TICLInterpretationAlgoBase< T >::Inputs::es |
Definition at line 40 of file TICLInterpretationAlgoBase.h.
const edm::Event& ticl::TICLInterpretationAlgoBase< T >::Inputs::ev |
Definition at line 39 of file TICLInterpretationAlgoBase.h.
const std::vector<reco::CaloCluster>& ticl::TICLInterpretationAlgoBase< T >::Inputs::layerClusters |
Definition at line 41 of file TICLInterpretationAlgoBase.h.
const edm::ValueMap<std::pair<float, float> >& ticl::TICLInterpretationAlgoBase< T >::Inputs::layerClustersTime |
Definition at line 42 of file TICLInterpretationAlgoBase.h.
const std::vector<std::vector<unsigned int> >& ticl::TICLInterpretationAlgoBase< T >::Inputs::linkedResultTracksters |
Definition at line 44 of file TICLInterpretationAlgoBase.h.
const std::vector<bool>& ticl::TICLInterpretationAlgoBase< T >::Inputs::maskedTracks |
Definition at line 46 of file TICLInterpretationAlgoBase.h.
const edm::Handle<std::vector<T> > ticl::TICLInterpretationAlgoBase< T >::Inputs::tracksHandle |
Definition at line 45 of file TICLInterpretationAlgoBase.h.
const MultiVectorManager<Trackster>& ticl::TICLInterpretationAlgoBase< T >::Inputs::tracksters |
Definition at line 43 of file TICLInterpretationAlgoBase.h.