babymaker  e95a6a9342d4604277fe7cc6149b6b5b24447d89
Classes | Typedefs
bmaker_full.hh File Reference
#include <memory>
#include <vector>
#include <ctime>
#include "babymaker/bmaker/interface/release.hh"
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "DataFormats/PatCandidates/interface/Muon.h"
#include "DataFormats/PatCandidates/interface/Electron.h"
#include "DataFormats/PatCandidates/interface/Photon.h"
#include "DataFormats/PatCandidates/interface/MET.h"
#include "DataFormats/PatCandidates/interface/Jet.h"
#include "DataFormats/JetReco/interface/GenJet.h"
#include "DataFormats/PatCandidates/interface/Conversion.h"
#include "DataFormats/BeamSpot/interface/BeamSpot.h"
#include "DataFormats/VertexReco/interface/Vertex.h"
#include "DataFormats/Common/interface/TriggerResults.h"
#include "DataFormats/PatCandidates/interface/PackedTriggerPrescales.h"
#include "DataFormats/PatCandidates/interface/TriggerObjectStandAlone.h"
#include "DataFormats/PatCandidates/interface/PackedCandidate.h"
#include "SimDataFormats/PileupSummaryInfo/interface/PileupSummaryInfo.h"
#include "SimDataFormats/GeneratorProducts/interface/LHEEventProduct.h"
#include "SimDataFormats/GeneratorProducts/interface/GenEventInfoProduct.h"
#include "SimDataFormats/GeneratorProducts/interface/GenLumiInfoHeader.h"
#include "babymaker/bmaker/interface/baby_full.hh"
#include "babymaker/bmaker/interface/lepton_tools.hh"
#include "babymaker/bmaker/interface/photon_tools.hh"
#include "babymaker/bmaker/interface/event_tools.hh"
#include "babymaker/bmaker/interface/jet_met_tools.hh"
#include "babymaker/bmaker/interface/mc_tools.hh"
#include "babymaker/bmaker/interface/weight_tools.hh"
#include "babymaker/bmaker/interface/utilities.hh"
#include "TTree.h"
#include "TString.h"

Go to the source code of this file.

Classes

class  bmaker_full
 

Typedefs

typedef float &(baby_base::* baby_float) ()
 
typedef std::vector< float > &(baby_base::* baby_vfloat) ()
 
typedef std::vector< bool > &(baby_base::* baby_vbool) ()
 

Typedef Documentation

typedef float&(baby_base::* baby_float) ()

Definition at line 57 of file bmaker_full.hh.

typedef std::vector<bool>&(baby_base::* baby_vbool) ()

Definition at line 59 of file bmaker_full.hh.

typedef std::vector<float>&(baby_base::* baby_vfloat) ()

Definition at line 58 of file bmaker_full.hh.