#include "SimG4CMS/Calo/interface/CaloG4Hit.h"
#include "SimG4CMS/Calo/interface/CaloG4HitCollection.h"
#include "DataFormats/Math/interface/Point3D.h"
#include "SimG4CMS/Forward/interface/CastorTestAnalysis.h"
#include "SimG4CMS/Forward/interface/CastorNumberingScheme.h"
#include "TFile.h"
#include <cmath>
#include <iostream>
#include <iomanip>
Go to the source code of this file.
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 |
Definition at line 28 of file CastorTestAnalysis.cc.
00028 { 00029 ntcastore_evt, ntcastore_ihit, ntcastore_detector, ntcastore_sector, ntcastore_module, ntcastore_enem, ntcastore_enhad, ntcastore_hitenergy, ntcastore_x, ntcastore_y, ntcastore_z 00030 };
enum ntcastors_elements |
Definition at line 24 of file CastorTestAnalysis.cc.
00024 { 00025 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 00026 };