test
CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes
HLTDisplacedtktkVtxProducer Class Reference

#include <HLTDisplacedtktkVtxProducer.h>

Inheritance diagram for HLTDisplacedtktkVtxProducer:
edm::stream::EDProducer<> edm::stream::EDProducerBase edm::ProducerBase edm::EDConsumerBase edm::ProductRegistryHelper

Public Member Functions

virtual void beginJob ()
 
virtual void endJob ()
 
 HLTDisplacedtktkVtxProducer (const edm::ParameterSet &)
 
virtual void produce (edm::Event &, const edm::EventSetup &)
 
 ~HLTDisplacedtktkVtxProducer ()
 
- Public Member Functions inherited from edm::stream::EDProducer<>
 EDProducer ()=default
 
- Public Member Functions inherited from edm::stream::EDProducerBase
 EDProducerBase ()
 
ModuleDescription const & moduleDescription () const
 
virtual ~EDProducerBase ()
 
- Public Member Functions inherited from edm::ProducerBase
void callWhenNewProductsRegistered (std::function< void(BranchDescription const &)> const &func)
 
 ProducerBase ()
 
void registerProducts (ProducerBase *, ProductRegistry *, ModuleDescription const &)
 
std::function< void(BranchDescription
const &)> 
registrationCallback () const
 used by the fwk to register list of products More...
 
virtual ~ProducerBase ()
 
- Public Member Functions inherited from edm::EDConsumerBase
std::vector< ConsumesInfoconsumesInfo () const
 
 EDConsumerBase ()
 
ProductHolderIndexAndSkipBit indexFrom (EDGetToken, BranchType, TypeID const &) const
 
void itemsMayGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
void itemsToGet (BranchType, std::vector< ProductHolderIndexAndSkipBit > &) const
 
std::vector
< ProductHolderIndexAndSkipBit >
const & 
itemsToGetFromEvent () const
 
void labelsForToken (EDGetToken iToken, Labels &oLabels) const
 
void modulesDependentUpon (std::string const &iProcessName, std::string const &iModuleLabel, bool iPrint, std::vector< char const * > &oModuleLabels) const
 
void modulesWhoseProductsAreConsumed (std::vector< ModuleDescription const * > &modules, ProductRegistry const &preg, std::map< std::string, ModuleDescription const * > const &labelsToDesc, std::string const &processName) const
 
bool registeredToConsume (ProductHolderIndex, bool, BranchType) const
 
bool registeredToConsumeMany (TypeID const &, BranchType) const
 
void updateLookup (BranchType iBranchType, ProductHolderIndexHelper const &)
 
virtual ~EDConsumerBase ()
 

Static Public Member Functions

static void fillDescriptions (edm::ConfigurationDescriptions &descriptions)
 
- Static Public Member Functions inherited from edm::stream::EDProducerBase
static const std::string & baseType ()
 
static void fillDescriptions (ConfigurationDescriptions &descriptions)
 
static void prevalidate (ConfigurationDescriptions &descriptions)
 

Private Member Functions

bool checkPreviousCand (const reco::TrackRef &trackref, std::vector< reco::RecoChargedCandidateRef > &ref2)
 

Private Attributes

const int chargeOpt_
 
const double massParticle1_
 
const double massParticle2_
 
const double maxEta_
 
const double maxInvMass_
 
const double minInvMass_
 
const double minPt_
 
const double minPtPair_
 
const edm::InputTag previousCandTag_
 
const edm::EDGetTokenT
< trigger::TriggerFilterObjectWithRefs
previousCandToken_
 
const edm::InputTag srcTag_
 
const edm::EDGetTokenT
< reco::RecoChargedCandidateCollection
srcToken_
 
const int triggerTypeDaughters_
 

Additional Inherited Members

- Public Types inherited from edm::stream::EDProducer<>
typedef CacheContexts< T...> CacheTypes
 
typedef CacheTypes::GlobalCache GlobalCache
 
typedef AbilityChecker< T...> HasAbility
 
typedef
CacheTypes::LuminosityBlockCache 
LuminosityBlockCache
 
typedef
LuminosityBlockContextT
< LuminosityBlockCache,
RunCache, GlobalCache
LuminosityBlockContext
 
typedef
CacheTypes::LuminosityBlockSummaryCache 
LuminosityBlockSummaryCache
 
typedef CacheTypes::RunCache RunCache
 
typedef RunContextT< RunCache,
GlobalCache
RunContext
 
typedef CacheTypes::RunSummaryCache RunSummaryCache
 
- Public Types inherited from edm::stream::EDProducerBase
typedef EDProducerAdaptorBase ModuleType
 
- Public Types inherited from edm::ProducerBase
typedef
ProductRegistryHelper::TypeLabelList 
TypeLabelList
 
- Public Types inherited from edm::EDConsumerBase
typedef ProductLabels Labels
 
- Protected Member Functions inherited from edm::EDConsumerBase
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > consumes (edm::InputTag const &tag)
 
EDGetToken consumes (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken consumes (TypeToGet const &id, edm::InputTag const &tag)
 
ConsumesCollector consumesCollector ()
 Use a ConsumesCollector to gather consumes information from helper functions. More...
 
template<typename ProductType , BranchType B = InEvent>
void consumesMany ()
 
void consumesMany (const TypeToGet &id)
 
template<BranchType B>
void consumesMany (const TypeToGet &id)
 
template<typename ProductType , BranchType B = InEvent>
EDGetTokenT< ProductType > mayConsume (edm::InputTag const &tag)
 
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 
template<BranchType B>
EDGetToken mayConsume (const TypeToGet &id, edm::InputTag const &tag)
 

Detailed Description

Definition at line 35 of file HLTDisplacedtktkVtxProducer.h.

Constructor & Destructor Documentation

HLTDisplacedtktkVtxProducer::HLTDisplacedtktkVtxProducer ( const edm::ParameterSet iConfig)
explicit

Definition at line 35 of file HLTDisplacedtktkVtxProducer.cc.

35  :
36  srcTag_ (iConfig.getParameter<edm::InputTag>("Src")),
37  srcToken_(consumes<reco::RecoChargedCandidateCollection>(srcTag_)),
38  previousCandTag_(iConfig.getParameter<edm::InputTag>("PreviousCandTag")),
39  previousCandToken_(consumes<trigger::TriggerFilterObjectWithRefs>(previousCandTag_)),
40  maxEta_ (iConfig.getParameter<double>("MaxEta")),
41  minPt_ (iConfig.getParameter<double>("MinPt")),
42  minPtPair_ (iConfig.getParameter<double>("MinPtPair")),
43  minInvMass_ (iConfig.getParameter<double>("MinInvMass")),
44  maxInvMass_ (iConfig.getParameter<double>("MaxInvMass")),
45  massParticle1_ (iConfig.getParameter<double>("massParticle1")),
46  massParticle2_ (iConfig.getParameter<double>("massParticle2")),
47  chargeOpt_ (iConfig.getParameter<int>("ChargeOpt")),
48  triggerTypeDaughters_(iConfig.getParameter<int>("triggerTypeDaughters"))
49 
50 {
51  produces<VertexCollection>();
52 }
T getParameter(std::string const &) const
const edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > previousCandToken_
const edm::EDGetTokenT< reco::RecoChargedCandidateCollection > srcToken_
HLTDisplacedtktkVtxProducer::~HLTDisplacedtktkVtxProducer ( )

Definition at line 55 of file HLTDisplacedtktkVtxProducer.cc.

56 {
57 
58 }

Member Function Documentation

void HLTDisplacedtktkVtxProducer::beginJob ( void  )
virtual

Definition at line 79 of file HLTDisplacedtktkVtxProducer.cc.

80 {
81 
82 }
bool HLTDisplacedtktkVtxProducer::checkPreviousCand ( const reco::TrackRef trackref,
std::vector< reco::RecoChargedCandidateRef > &  ref2 
)
private

Definition at line 200 of file HLTDisplacedtktkVtxProducer.cc.

References i, and convertSQLiteXML::ok.

Referenced by produce().

200  {
201  bool ok=false;
202  for (unsigned int i=0; i<refVect.size(); i++) {
203  if ( refVect[i]->get<TrackRef>() == trackref ) {
204  ok=true;
205  break;
206  }
207  }
208  return ok;
209 }
int i
Definition: DBlmapReader.cc:9
void HLTDisplacedtktkVtxProducer::endJob ( void  )
virtual

Definition at line 85 of file HLTDisplacedtktkVtxProducer.cc.

86 {
87 
88 }
void HLTDisplacedtktkVtxProducer::fillDescriptions ( edm::ConfigurationDescriptions descriptions)
static

Definition at line 61 of file HLTDisplacedtktkVtxProducer.cc.

References edm::ConfigurationDescriptions::add(), edm::ParameterSetDescription::add(), and HLT_25ns10e33_v2_cff::InputTag.

61  {
63  desc.add<edm::InputTag>("Src",edm::InputTag("hltL3MuonCandidates"));
64  desc.add<edm::InputTag>("PreviousCandTag",edm::InputTag(""));
65  desc.add<double>("MaxEta",2.5);
66  desc.add<double>("MinPt",0.0);
67  desc.add<double>("MinPtPair",0.0);
68  desc.add<double>("MinInvMass",1.0);
69  desc.add<double>("MaxInvMass",20.0);
70  desc.add<double>("massParticle1",0.1396);
71  desc.add<double>("massParticle2",0.4937);
72  desc.add<int>("ChargeOpt",-1);
73  desc.add<int>("triggerTypeDaughters",0);
74 
75  descriptions.add("hltDisplacedtktkVtxProducer", desc);
76 }
ParameterDescriptionBase * add(U const &iLabel, T const &value)
void add(std::string const &label, ParameterSetDescription const &psetDescription)
void HLTDisplacedtktkVtxProducer::produce ( edm::Event iEvent,
const edm::EventSetup iSetup 
)
virtual

Implements edm::stream::EDProducerBase.

Definition at line 91 of file HLTDisplacedtktkVtxProducer.cc.

References funct::abs(), chargeOpt_, checkPreviousCand(), reco::e1, reco::e2, edm::EventSetup::get(), edm::Ref< C, T, F >::get(), edm::Event::getByToken(), TransientVertex::isValid(), LogDebug, massParticle1_, massParticle2_, maxEta_, maxInvMass_, minInvMass_, minPt_, minPtPair_, AlCaHLTBitMon_ParallelJobs::p, p1, p2, previousCandToken_, edm::Event::put(), mathSSE::sqrt(), srcToken_, triggerTypeDaughters_, KalmanVertexFitter::vertex(), and GoodVertex_cfg::vertexCollection.

92 {
93  double const firstTrackMass = massParticle1_;
94  double const firstTrackMass2 = firstTrackMass*firstTrackMass;
95  double const secondTrackMass = massParticle2_;
96  double const secondTrackMass2 = secondTrackMass*secondTrackMass;
97 
98  // get hold of track trks
100  iEvent.getByToken(srcToken_,trackcands);
101 
102  //get the transient track builder:
104  iSetup.get<TransientTrackRecord>().get("TransientTrackBuilder",theB);
105 
106  std::auto_ptr<VertexCollection> vertexCollection(new VertexCollection());
107 
108  // look at all trackcands, check cuts and make vertices
109  double e1,e2;
111 
112  RecoChargedCandidateCollection::const_iterator cand1;
113  RecoChargedCandidateCollection::const_iterator cand2;
114 
115  // get the objects passing the previous filter
117  iEvent.getByToken(previousCandToken_,previousCands);
118 
119  vector<RecoChargedCandidateRef> vPrevCands;
120  previousCands->getObjects(triggerTypeDaughters_,vPrevCands);
121 
122  for (cand1=trackcands->begin(); cand1!=trackcands->end(); cand1++) {
123  TrackRef tk1 = cand1->get<TrackRef>();
124  LogDebug("HLTDisplacedtktkVtxProducer") << " 1st track in loop: q*pt= " << cand1->charge()*cand1->pt() << ", eta= " << cand1->eta() << ", hits= " << tk1->numberOfValidHits();
125 
126  //first check if this track passed the previous filter
127  if( ! checkPreviousCand( tk1, vPrevCands) ) continue;
128 
129  // cuts
130  if (abs(cand1->eta())>maxEta_) continue;
131  if (cand1->pt() < minPt_) continue;
132 
133 
134  cand2=trackcands->begin();
135  if(massParticle1_==massParticle2_){cand2 = cand1+1;}
136 
137  for (; cand2!=trackcands->end(); cand2++) {
138 
139  TrackRef tk2 = cand2->get<TrackRef>();
140  if(tk1==tk2) continue;
141 
142  // eta cut
143  LogDebug("HLTDisplacedtktkVtxProducer") << " 2nd track in loop: q*pt= " << cand2->charge()*cand2->pt() << ", eta= " << cand2->eta() << ", hits= " << tk2->numberOfValidHits() << ", d0= " << tk2->d0();
144  //first check if this track passed the previous filter
145  if( ! checkPreviousCand( tk2, vPrevCands) ) continue;
146 
147  // cuts
148  if (abs(cand2->eta())>maxEta_) continue;
149  if (cand2->pt() < minPt_) continue;
150 
151  // opposite sign or same sign
152  if (chargeOpt_<0) {
153  if (cand1->charge()*cand2->charge()>0) continue;
154  } else if (chargeOpt_>0) {
155  if (cand1->charge()*cand2->charge()<0) continue;
156  }
157 
158  // Combined ditrack system
159  e1 = sqrt(cand1->momentum().Mag2()+firstTrackMass2);
160  e2 = sqrt(cand2->momentum().Mag2()+secondTrackMass2);
161  p1 = Particle::LorentzVector(cand1->px(),cand1->py(),cand1->pz(),e1);
162  p2 = Particle::LorentzVector(cand2->px(),cand2->py(),cand2->pz(),e2);
163  p = p1+p2;
164 
165 
166  if (p.pt()<minPtPair_) continue;
167 
168  double invmass = abs(p.mass());
169  LogDebug("HLTDisplacedtktkVtxProducer") << " ... 1-2 invmass= " << invmass;
170 
171  if (invmass<minInvMass_) continue;
172  if (invmass>maxInvMass_) continue;
173 
174  // do the vertex fit
175  vector<TransientTrack> t_tks;
176  TransientTrack ttkp1 = (*theB).build(&tk1);
177  TransientTrack ttkp2 = (*theB).build(&tk2);
178  t_tks.push_back(ttkp1);
179  t_tks.push_back(ttkp2);
180 
181 
182  if (t_tks.size()!=2) continue;
183 
184  KalmanVertexFitter kvf;
185  TransientVertex tv = kvf.vertex(t_tks);
186 
187  if (!tv.isValid()) continue;
188 
189  Vertex vertex = tv;
190 
191  // put vertex in the event
192  vertexCollection->push_back(vertex);
193  }
194  }
195  iEvent.put(vertexCollection);
196 }
#define LogDebug(id)
bool getByToken(EDGetToken token, Handle< PROD > &result) const
Definition: Event.h:462
virtual CachingVertex< 5 > vertex(const std::vector< reco::TransientTrack > &tracks) const
std::vector< Vertex > VertexCollection
collection of Vertex objects
Definition: VertexFwd.h:9
tuple vertexCollection
bool checkPreviousCand(const reco::TrackRef &trackref, std::vector< reco::RecoChargedCandidateRef > &ref2)
OrphanHandle< PROD > put(std::auto_ptr< PROD > product)
Put a new product.
Definition: Event.h:121
T sqrt(T t)
Definition: SSEVec.h:18
Abs< T >::type abs(const T &t)
Definition: Abs.h:22
T const * get() const
Returns C++ pointer to the item.
Definition: Ref.h:244
double p2[4]
Definition: TauolaWrapper.h:90
Float e1
Definition: deltaR.h:20
const T & get() const
Definition: EventSetup.h:56
Float e2
Definition: deltaR.h:21
double p1[4]
Definition: TauolaWrapper.h:89
const edm::EDGetTokenT< trigger::TriggerFilterObjectWithRefs > previousCandToken_
const edm::EDGetTokenT< reco::RecoChargedCandidateCollection > srcToken_
bool isValid() const
math::PtEtaPhiELorentzVectorF LorentzVector

Member Data Documentation

const int HLTDisplacedtktkVtxProducer::chargeOpt_
private

Definition at line 58 of file HLTDisplacedtktkVtxProducer.h.

Referenced by produce().

const double HLTDisplacedtktkVtxProducer::massParticle1_
private

Definition at line 56 of file HLTDisplacedtktkVtxProducer.h.

Referenced by produce().

const double HLTDisplacedtktkVtxProducer::massParticle2_
private

Definition at line 57 of file HLTDisplacedtktkVtxProducer.h.

Referenced by produce().

const double HLTDisplacedtktkVtxProducer::maxEta_
private

Definition at line 51 of file HLTDisplacedtktkVtxProducer.h.

Referenced by produce().

const double HLTDisplacedtktkVtxProducer::maxInvMass_
private

Definition at line 55 of file HLTDisplacedtktkVtxProducer.h.

Referenced by produce().

const double HLTDisplacedtktkVtxProducer::minInvMass_
private

Definition at line 54 of file HLTDisplacedtktkVtxProducer.h.

Referenced by produce().

const double HLTDisplacedtktkVtxProducer::minPt_
private

Definition at line 52 of file HLTDisplacedtktkVtxProducer.h.

Referenced by produce().

const double HLTDisplacedtktkVtxProducer::minPtPair_
private

Definition at line 53 of file HLTDisplacedtktkVtxProducer.h.

Referenced by produce().

const edm::InputTag HLTDisplacedtktkVtxProducer::previousCandTag_
private

Definition at line 49 of file HLTDisplacedtktkVtxProducer.h.

const edm::EDGetTokenT<trigger::TriggerFilterObjectWithRefs> HLTDisplacedtktkVtxProducer::previousCandToken_
private

Definition at line 50 of file HLTDisplacedtktkVtxProducer.h.

Referenced by produce().

const edm::InputTag HLTDisplacedtktkVtxProducer::srcTag_
private

Definition at line 47 of file HLTDisplacedtktkVtxProducer.h.

const edm::EDGetTokenT<reco::RecoChargedCandidateCollection> HLTDisplacedtktkVtxProducer::srcToken_
private

Definition at line 48 of file HLTDisplacedtktkVtxProducer.h.

Referenced by produce().

const int HLTDisplacedtktkVtxProducer::triggerTypeDaughters_
private

Definition at line 59 of file HLTDisplacedtktkVtxProducer.h.

Referenced by produce().