AliRoot Core  ee782a0 (ee782a0)
AliMUONResponseV0.cxx File Reference
#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>
Include dependency graph for AliMUONResponseV0.cxx:

Go to the source code of this file.

Functions

AliMUONmuon ()
 
void Global2Local (Int_t detElemId, Double_t xg, Double_t yg, Double_t zg, Double_t &xl, Double_t &yl, Double_t &zl)
 

Function Documentation

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().