2 #ifndef Alignment_CommonAlignmentAlgorithm_AlignmentGlobalTrackSelector_h
3 #define Alignment_CommonAlignmentAlgorithm_AlignmentGlobalTrackSelector_h
11 namespace edm {
class Track;}
19 typedef std::vector<const reco::Track*>
Tracks;
edm::InputTag theJetIsoSource
Tracks findMuons(const Tracks &tracks, const edm::Event &iEvent) const
filter for Tracks that match the Track of a global Muon
std::vector< const reco::Track * > Tracks
edm::InputTag theMuonSource
Tracks select(const Tracks &tracks, const edm::Event &iEvent, const edm::EventSetup &eSetup)
select tracks
Tracks checkJetCount(const Tracks &cands, const edm::Event &iEvent) const
returns [tracks] if there are less than theMaxCount Jets with theMinJetPt and an empty set if not ...
bool theJetCountFilterSwitch
~AlignmentGlobalTrackSelector()
destructor
void printTracks(const Tracks &col) const
print Information on Track-Collection
edm::ParameterSet theConf
private data members
Tracks checkIsolation(const Tracks &cands, const edm::Event &iEvent) const
returns only isolated tracks in [cands]
AlignmentGlobalTrackSelector(const edm::ParameterSet &cfg)
constructor
int theMinGlobalMuonCount
edm::InputTag theJetCountSource
bool useThisFilter()
returns if any of the Filters is used.
Tracks matchTracks(const Tracks &src, const Tracks &comp) const
matches [src] with [comp] returns collection with matching Tracks coming from [src] ...