#include <memory>
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/ParameterSet/interface/InputTag.h"
#include "DataFormats/JetReco/interface/CaloJet.h"
#include "DataFormats/TauReco/interface/L2TauInfoAssociation.h"
#include "DataFormats/L1Trigger/interface/L1JetParticle.h"
#include "DataFormats/L1Trigger/interface/L1JetParticleFwd.h"
#include "DataFormats/Math/interface/LorentzVector.h"
#include <string>
#include <TTree.h>
#include <TFile.h>
Go to the source code of this file.
Classes | |
class | L2TauAnalyzer |
struct | MatchElementL2 |
Typedefs | |
typedef math::XYZTLorentzVectorD | LV |
typedef std::vector< LV > | LVColl |
typedef math::XYZTLorentzVectorD LV |
Definition at line 25 of file L2TauAnalyzer.h.
Definition at line 26 of file L2TauAnalyzer.h.