![]() |
AliPhysics
ed43440 (ed43440)
|
#include "AliFMDSharingFilter.h"
#include "AliFMDStripIndex.h"
#include <AliESDFMD.h>
#include <TAxis.h>
#include <TList.h>
#include <TH1.h>
#include <TMath.h>
#include "AliForwardCorrectionManager.h"
#include "AliFMDCorrELossFit.h"
#include <AliLog.h>
#include <TROOT.h>
#include <THStack.h>
#include <TParameter.h>
#include <iostream>
#include <iomanip>
Go to the source code of this file.
Macros | |
#define | DBG(L, M) do { if (L>fDebug)break; std::cout << (M) << std::flush;} while(false) |
#define | DBGL(L, M) do { if (L>fDebug)break; std::cout << (M) << std::endl;} while(false) |
#define | ETA2COS(ETA) TMath::Cos(2*TMath::ATan(TMath::Exp(-TMath::Abs(ETA)))) |
#define | PF(N, V, ...) AliForwardUtil::PrintField(N,V, ## __VA_ARGS__) |
#define | PFB(N, FLAG) |
#define | PFV(N, VALUE) |
#define DBG | ( | L, | |
M | |||
) | do { if (L>fDebug)break; std::cout << (M) << std::flush;} while(false) |
Definition at line 45 of file AliFMDSharingFilter.cxx.
#define DBGL | ( | L, | |
M | |||
) | do { if (L>fDebug)break; std::cout << (M) << std::endl;} while(false) |
Definition at line 47 of file AliFMDSharingFilter.cxx.
#define ETA2COS | ( | ETA | ) | TMath::Cos(2*TMath::ATan(TMath::Exp(-TMath::Abs(ETA)))) |
Definition at line 188 of file AliFMDSharingFilter.cxx.
#define PF | ( | N, | |
V, | |||
... | |||
) | AliForwardUtil::PrintField(N,V, ## __VA_ARGS__) |
Definition at line 706 of file AliFMDSharingFilter.cxx.
Referenced by AliFMDSharingFilter::Print().
#define PFB | ( | N, | |
FLAG | |||
) |
Definition at line 708 of file AliFMDSharingFilter.cxx.
Referenced by AliFMDSharingFilter::Print().
#define PFV | ( | N, | |
VALUE | |||
) |
Definition at line 713 of file AliFMDSharingFilter.cxx.