|
FairRoot/PandaRoot
|
#include "PndFtsHitProducerIdeal.h"#include "PndFtsHit.h"#include "PndFtsHitInfo.h"#include "PndFtsPoint.h"#include "PndFtsTube.h"#include "PndFtsSingleStraw.h"#include "PndFtsMapCreator.h"#include "FairRootManager.h"#include "FairRunAna.h"#include "FairRuntimeDb.h"#include "TClonesArray.h"#include "TRandom.h"#include <iostream>#include <cmath>Go to the source code of this file.
Macros | |
| #define | foldResolution 0 |
| #define | radialResolutionPolynomialConstant1 0.0150 |
| #define | radialResolutionPolynomialConstant2 0. |
| #define | radialResolutionPolynomialConstant3 0. |
| #define | longitudinalResolutionPolynomialConstant1 0.0001 |
| #define | longitudinalResolutionPolynomialConstant2 0. |
| #define | longitudinalResolutionPolynomialConstant3 0. |
| #define | innerStrawDiameter 1. |
| #define foldResolution 0 |
Definition at line 29 of file PndFtsHitProducerIdeal.cxx.
Referenced by PndFtsHitProducerIdeal::GetClostestApproachToWire().
| #define innerStrawDiameter 1. |
Definition at line 39 of file PndFtsHitProducerIdeal.cxx.
Referenced by PndFtsHitProducerIdeal::Exec(), and PndFtsHitProducerIdeal::GetClostestApproachToWire().
| #define longitudinalResolutionPolynomialConstant1 0.0001 |
Definition at line 34 of file PndFtsHitProducerIdeal.cxx.
Referenced by PndFtsHitProducerIdeal::GetLongitudinalResolution().
| #define longitudinalResolutionPolynomialConstant2 0. |
Definition at line 35 of file PndFtsHitProducerIdeal.cxx.
Referenced by PndFtsHitProducerIdeal::GetLongitudinalResolution().
| #define longitudinalResolutionPolynomialConstant3 0. |
Definition at line 36 of file PndFtsHitProducerIdeal.cxx.
Referenced by PndFtsHitProducerIdeal::GetLongitudinalResolution().
| #define radialResolutionPolynomialConstant1 0.0150 |
Definition at line 30 of file PndFtsHitProducerIdeal.cxx.
Referenced by PndFtsHitProducerIdeal::GetRadialResolution().
| #define radialResolutionPolynomialConstant2 0. |
Definition at line 31 of file PndFtsHitProducerIdeal.cxx.
Referenced by PndFtsHitProducerIdeal::GetRadialResolution().
| #define radialResolutionPolynomialConstant3 0. |
Definition at line 32 of file PndFtsHitProducerIdeal.cxx.
Referenced by PndFtsHitProducerIdeal::GetRadialResolution().
1.8.8