#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.
|
#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) |
#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)))) |
Value:
std::cout << (VALUE) << std::endl; } while(false)
static void PrintName(const char *name)
Definition at line 713 of file AliFMDSharingFilter.cxx.