CMS 3D CMS Logo

L1TrkTau.cc
Go to the documentation of this file.
1 // -*- C++ -*-
2 //
3 // Package: L1Trigger
4 // Class : L1TrkTau
5 //
6 
8 
9 using namespace l1t;
10 
12 
13 L1TrkTau::L1TrkTau(const LorentzVector& p4, const std::vector<L1TTTrackRefPtr>& clustTracks, float iso)
14  : L1Candidate(p4), clustTracks_(clustTracks), iso_(iso) {}
delete x;
Definition: CaloConfig.h:22
math::XYZTLorentzVector LorentzVector
Lorentz vector.
Definition: Candidate.h:36