![]() |
AliRoot Core
a565103 (a565103)
|
#include "AliMUONResponseV0.h"
#include "AliMUON.h"
#include "AliMUONConstants.h"
#include "AliMUONDigit.h"
#include "AliMUONGeometryTransformer.h"
#include "AliMUONHit.h"
#include "AliMpArea.h"
#include "AliMpDEManager.h"
#include "AliMpVPadIterator.h"
#include "AliMpSegmentation.h"
#include "AliMpVSegmentation.h"
#include "AliMpCathodType.h"
#include "AliRun.h"
#include "AliLog.h"
#include "Riostream.h"
#include "TVector2.h"
#include <TMath.h>
#include <TRandom.h>
Go to the source code of this file.
Functions | |
AliMUON * | muon () |
void | Global2Local (Int_t detElemId, Double_t xg, Double_t yg, Double_t zg, Double_t &xl, Double_t &yl, Double_t &zl) |
void Global2Local | ( | Int_t | detElemId, |
Double_t | xg, | ||
Double_t | yg, | ||
Double_t | zg, | ||
Double_t & | xl, | ||
Double_t & | yl, | ||
Double_t & | zl | ||
) |
ideally should be : Double_t x,y,z; AliMUONGeometry::Global2Local(detElemId,xg,yg,zg,x,y,z); but while waiting for this geometry singleton, let's go through AliMUON still.
Definition at line 59 of file AliMUONResponseV0.cxx.
Referenced by AliMUONResponseTrigger::DisIntegrate(), AliMUONResponseTriggerV1::DisIntegrate(), and AliMUONResponseV0::DisIntegrate().
AliMUON* muon | ( | ) |
Definition at line 54 of file AliMUONResponseV0.cxx.
Referenced by AliMFTAnalysisTools::CalculatePCA(), AliMUONSDigitizerV2::Digitize(), AliMUONResponseV0::DisIntegrate(), fastMUONSim(), Global2Local(), AliMUONDigitizerV3::Init(), and MUONGenerateGeometryData().