#include <memory>
#include <string>
#include <iostream>
#include "TH1F.h"
#include "TH2F.h"
#include "TFile.h"
#include "math.h"
#include "TMath.h"
#include "TF1.h"
#include "CalibCalorimetry/HcalStandardModules/interface/HFPreLightCal.h"
#include "DataFormats/HcalDigi/interface/HcalDigiCollections.h"
#include "DataFormats/HcalRecHit/interface/HcalRecHitCollections.h"
#include "CalibFormats/HcalObjects/interface/HcalDbService.h"
#include "CalibFormats/HcalObjects/interface/HcalDbRecord.h"
#include "CondFormats/HcalObjects/interface/HcalQIEShape.h"
#include "CondFormats/HcalObjects/interface/HcalQIECoder.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/ESHandle.h"
Go to the source code of this file.
Variables | |
Int_t | event_NN = 0 |
Int_t | run_NN = 0 |
Int_t event_NN = 0 |
Definition at line 31 of file HFPreLightCal.cc.
Referenced by HFPreLightCal::analyze(), and HFPreLightCal::endJob().
Int_t run_NN = 0 |
Definition at line 31 of file HFPreLightCal.cc.
Referenced by HFPreLightCal::analyze().