#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"
Go to the source code of this file.
|
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. |
|
DEFINE_FWK_MODULE |
( |
Layer_Sum_Analyzer |
| ) |
|
const bool ELECTRONS |
( |
1 |
| ) |
|
double ADCtoMIP[16] = {1.} |
const double ALLCELLS_THRESHOLD = 50. |
const int CMTHRESHOLD = 30 |
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 LayerSumWeight = 1. |
double LayerWeight[16] = {1.} |
const double NINETEENCELLS_THRESHOLD = 50. |
const double PION_19CELLS_THRESHOLD = -100. |
const double PION_7CELLS_THRESHOLD = -100. |
const double PION_ALLCELLS_THRESHOLD = 15. |
const double SEVENCELLS_THRESHOLD = 50. |