HGCal Test Beam  03a93d6239a951948e06fb3ef8dae4cbdebfad30
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Functions | Variables
Layer_Sum_Analyzer.cc File Reference
#include <memory>
#include <iostream>
#include "TH2Poly.h"
#include "TH1F.h"
#include "TF1.h"
#include <sstream>
#include <fstream>
#include <math.h>
#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/one/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "HGCal/DataFormats/interface/HGCalTBRecHitCollections.h"
#include "HGCal/DataFormats/interface/HGCalTBDetId.h"
#include "HGCal/DataFormats/interface/HGCalTBRecHit.h"
#include "HGCal/Geometry/interface/HGCalTBCellVertices.h"
#include "HGCal/Geometry/interface/HGCalTBTopology.h"
#include "HGCal/Geometry/interface/HGCalTBGeometryParameters.h"
#include "CommonTools/UtilAlgos/interface/TFileService.h"
#include "HGCal/CondObjects/interface/HGCalElectronicsMap.h"
#include "HGCal/CondObjects/interface/HGCalCondObjectTextIO.h"
#include "HGCal/DataFormats/interface/HGCalTBElectronicsId.h"
#include "HGCal/DataFormats/interface/HGCalTBDataFrameContainers.h"
#include "HGCal/Geometry/interface/HGCalTBCellParameters.h"
#include "HGCal/Geometry/interface/HGCalTBSpillParameters.h"
Include dependency graph for Layer_Sum_Analyzer.cc:

Go to the source code of this file.

Functions

const bool ELECTRONS (1)
 
const bool PIONS (0)
 
 DEFINE_FWK_MODULE (Layer_Sum_Analyzer)
 

Variables

double Layer_Z [16] = {1.2,2.,3.5,4.3,5.8,6.3,8.7,9.5,11.4,12.2,13.8,14.6,16.6,17.4,20.,20.8}
 
double ADCtoMIP [16] = {1.}
 
double LayerWeight [16] = {1.}
 
double LayerSumWeight = 1.
 
const int CMTHRESHOLD = 30
 
const double ALLCELLS_THRESHOLD = 50.
 
const double SEVENCELLS_THRESHOLD = 50.
 
const double NINETEENCELLS_THRESHOLD = 50.
 
const double PION_ALLCELLS_THRESHOLD = 15.
 
const double PION_7CELLS_THRESHOLD = -100.
 
const double PION_19CELLS_THRESHOLD = -100.
 

Function Documentation

DEFINE_FWK_MODULE ( Layer_Sum_Analyzer  )
const bool ELECTRONS ( )
const bool PIONS ( )

Variable Documentation

double ADCtoMIP[16] = {1.}

Definition at line 51 of file Layer_Sum_Analyzer.cc.

const double ALLCELLS_THRESHOLD = 50.

Definition at line 66 of file Layer_Sum_Analyzer.cc.

const int CMTHRESHOLD = 30

Definition at line 63 of file Layer_Sum_Analyzer.cc.

double Layer_Z[16] = {1.2,2.,3.5,4.3,5.8,6.3,8.7,9.5,11.4,12.2,13.8,14.6,16.6,17.4,20.,20.8}

Definition at line 49 of file Layer_Sum_Analyzer.cc.

double LayerSumWeight = 1.

Definition at line 62 of file Layer_Sum_Analyzer.cc.

double LayerWeight[16] = {1.}

Definition at line 58 of file Layer_Sum_Analyzer.cc.

const double NINETEENCELLS_THRESHOLD = 50.

Definition at line 68 of file Layer_Sum_Analyzer.cc.

const double PION_19CELLS_THRESHOLD = -100.

Definition at line 71 of file Layer_Sum_Analyzer.cc.

const double PION_7CELLS_THRESHOLD = -100.

Definition at line 70 of file Layer_Sum_Analyzer.cc.

const double PION_ALLCELLS_THRESHOLD = 15.

Definition at line 69 of file Layer_Sum_Analyzer.cc.

const double SEVENCELLS_THRESHOLD = 50.

Definition at line 67 of file Layer_Sum_Analyzer.cc.