CMS 3D CMS Logo

SeedChargeSelector.h
Go to the documentation of this file.
1 #ifndef RecoTracker_TkSeedGenerator_SeedChargeSelector_h
2 #define RecoTracker_TkSeedGenerator_SeedChargeSelector_h
3 /* \class SeedChargeSelector
4  *
5  * \author Giuseppe Cerati, INFN
6  *
7  */
8 
11  template <typename T>
12  bool operator()(const T& t) const {
13  return (t.startingState().parameters().charge() == charge_);
14  }
15 
16 private:
17  int charge_;
18 };
19 
22 
23 namespace reco {
24  namespace modules {
25 
26  template <>
29  return SeedChargeSelector(cfg.getParameter<int>("charge"));
30  }
31  };
32 
33  } // namespace modules
34 } // namespace reco
35 
36 #endif
bool operator()(const T &t) const
static SeedChargeSelector make(const edm::ParameterSet &cfg, edm::ConsumesCollector &iC)
SingleObjectSelector< TrajectorySeedCollection, ::SeedChargeSelector > SeedChargeSelector
fixed size matrix
long double T
SeedChargeSelector(int charge)