#include "SimG4CMS/Calo/interface/CaloG4Hit.h"
#include "SimG4CMS/Calo/interface/CaloG4HitCollection.h"
#include "DataFormats/Math/interface/Point3D.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "SimG4CMS/Forward/interface/CastorTestAnalysis.h"
#include "TFile.h"
#include <cmath>
#include <iostream>
#include <iomanip>
Go to the source code of this file.
Defines |
#define | debugLog |
Enumerations |
enum | ntcastore_elements {
ntcastore_evt,
ntcastore_ihit,
ntcastore_detector,
ntcastore_sector,
ntcastore_module,
ntcastore_enem,
ntcastore_enhad,
ntcastore_hitenergy,
ntcastore_x,
ntcastore_y,
ntcastore_z
} |
enum | ntcastors_elements {
ntcastors_evt,
ntcastors_trackid,
ntcastors_charge,
ntcastors_pdgcode,
ntcastors_x,
ntcastors_y,
ntcastors_z,
ntcastors_stepl,
ntcastors_stepe,
ntcastors_eta,
ntcastors_phi,
ntcastors_vpx,
ntcastors_vpy,
ntcastors_vpz
} |
Define Documentation
Enumeration Type Documentation
- Enumerator:
ntcastore_evt |
|
ntcastore_ihit |
|
ntcastore_detector |
|
ntcastore_sector |
|
ntcastore_module |
|
ntcastore_enem |
|
ntcastore_enhad |
|
ntcastore_hitenergy |
|
ntcastore_x |
|
ntcastore_y |
|
ntcastore_z |
|
Definition at line 31 of file CastorTestAnalysis.cc.
{
ntcastore_evt, ntcastore_ihit, ntcastore_detector, ntcastore_sector, ntcastore_module, ntcastore_enem, ntcastore_enhad, ntcastore_hitenergy, ntcastore_x, ntcastore_y, ntcastore_z
};
- Enumerator:
ntcastors_evt |
|
ntcastors_trackid |
|
ntcastors_charge |
|
ntcastors_pdgcode |
|
ntcastors_x |
|
ntcastors_y |
|
ntcastors_z |
|
ntcastors_stepl |
|
ntcastors_stepe |
|
ntcastors_eta |
|
ntcastors_phi |
|
ntcastors_vpx |
|
ntcastors_vpy |
|
ntcastors_vpz |
|
Definition at line 27 of file CastorTestAnalysis.cc.
{
ntcastors_evt, ntcastors_trackid, ntcastors_charge, ntcastors_pdgcode, ntcastors_x, ntcastors_y, ntcastors_z, ntcastors_stepl, ntcastors_stepe, ntcastors_eta, ntcastors_phi, ntcastors_vpx, ntcastors_vpy, ntcastors_vpz
};