|
|
Go to the documentation of this file.
9 #include "CLHEP/Units/GlobalSystemOfUnits.h"
10 #include "CLHEP/Units/GlobalPhysicalConstants.h"
20 : hcalConstant_(hcons), hcalsimpar_(hps) {
30 std::stringstream ss1;
31 for (
int it = 0; it <
nBinAtt; it++) {
32 if (it / 10 * 10 == it) {
35 ss1 <<
" " <<
attL[it] * CLHEP::cm;
49 std::stringstream ss2;
50 for (
unsigned int it = 0; it <
longFL.size(); it++) {
51 if (it / 10 * 10 == it) {
54 ss2 <<
" " <<
longFL[it] / CLHEP::cm;
60 std::stringstream ss3;
61 for (
unsigned int it = 0; it <
shortFL.size(); it++) {
62 if (it / 10 * 10 == it) {
65 ss3 <<
" " <<
shortFL[it] / CLHEP::cm;
76 std::stringstream sss;
78 if (
i / 10 * 10 ==
i) {
81 sss <<
" " <<
radius[
i] / CLHEP::cm;
97 edm::LogVerbatim(
"HFShower") <<
"HFFibre::attLength for Lambda " << lambda <<
" index " <<
i <<
" " <<
j
98 <<
" Att. Length " << att;
108 <<
", traversed length = " << zFibre / CLHEP::cm <<
" cm) = " <<
time / CLHEP::ns
119 double length = 250 * CLHEP::cm;
120 if (fromEndAbs < 0) {
136 if (fromEndAbs > 0) {
148 <<
" cm, Index = " <<
ieta <<
", depth = " <<
depth
149 <<
", Fibre Length = " << length / CLHEP::cm <<
" cm = " << zFibre / CLHEP::cm <<
" cm)";
std::vector< double > shortFL
std::vector< double > longFiberLength_
std::vector< double > gpar
const std::vector< double > & getRTableHF() const
const std::vector< double > & getGparHF() const
std::vector< int > lambdaLimits_
std::vector< double > attL
double tShift(const G4ThreeVector &point, int depth, int fromEndAbs=0)
double attLength(double lambda)
const HcalDDDSimConstants * hcalConstant_
std::vector< double > longFL
std::vector< double > shortFiberLength_
T getParameter(std::string const &) const
double zShift(const G4ThreeVector &point, int depth, int fromEndAbs=0)
std::vector< double > radius
const HcalSimulationParameters * hcalsimpar_
*vegas h *****************************************************used in the default bin number in original ***version of VEGAS is ***a higher bin number might help to derive a more precise ***grade subtle point
std::vector< double > attenuationLength_
HFFibre(const std::string &name, const HcalDDDSimConstants *hcons, const HcalSimulationParameters *hps, edm::ParameterSet const &p)