#include "HeavyFlavorAnalysis/SpecificDecay/plugins/BPHHistoSpecificDecay.h"
#include "HeavyFlavorAnalysis/SpecificDecay/interface/BPHParticleMasses.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "DataFormats/PatCandidates/interface/Muon.h"
#include "MagneticField/Records/interface/IdealMagneticFieldRecord.h"
#include "MagneticField/Engine/interface/MagneticField.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "CommonTools/Statistics/interface/ChiSquaredProbability.h"
#include "RecoVertex/VertexTools/interface/VertexDistanceXY.h"
#include "TMath.h"
#include "Math/VectorUtil.h"
#include "TVector3.h"
#include <TH1.h>
#include <TFile.h>
#include <set>
#include <string>
#include <iostream>
#include <fstream>
#include <math.h>
Go to the source code of this file.
Classes | |
class | BPHCompositeBasicSelect |
class | BPHCompositeVertexSelect |
class | BPHDaughters |
class | BPHDaughterSelect |
class | BPHFittedBasicSelect |
class | BPHFittedVertexSelect |
class | BPHSoftMuonSelect |
class | BPHUserData |
Macros | |
#define | SET_LABEL(NAME, PSET) ( NAME = PSET.getParameter<string>( #NAME ) ) |
Functions | |
static const edm::ParameterSetDescriptionFillerPluginFactory::PMaker< edm::ParameterSetDescriptionFiller< BPHHistoSpecificDecay > > | s_filler__LINE__ ("BPHHistoSpecificDecay") |
static const edm::MakerPluginFactory::PMaker< edm::WorkerMaker< BPHHistoSpecificDecay > > | s_maker__LINE__ ("BPHHistoSpecificDecay") |
#define SET_LABEL | ( | NAME, | |
PSET | |||
) | ( NAME = PSET.getParameter<string>( #NAME ) ) |
Definition at line 33 of file BPHHistoSpecificDecay.cc.
Referenced by BPHHistoSpecificDecay::BPHHistoSpecificDecay().
|
static |
|
static |