![]() |
AliPhysics
2b88e80 (2b88e80)
|
#include "AliFMDEnergyFitter.h"
#include "AliForwardUtil.h"
#include "AliLandauGausFitter.h"
#include <AliESDFMD.h>
#include <TAxis.h>
#include <TList.h>
#include <TH1.h>
#include <TH2.h>
#include <TF1.h>
#include <TMath.h>
#include <AliLog.h>
#include <TClonesArray.h>
#include <TFitResult.h>
#include <THStack.h>
#include <TROOT.h>
#include <iostream>
#include <iomanip>
Go to the source code of this file.
Macros | |
#define | PF(N, V, ...) AliForwardUtil::PrintField(N,V, ## __VA_ARGS__) |
#define | PFB(N, FLAG) |
#define | PFV(N, VALUE) |
#define PF | ( | N, | |
V, | |||
... | |||
) | AliForwardUtil::PrintField(N,V, ## __VA_ARGS__) |
Definition at line 548 of file AliFMDEnergyFitter.cxx.
#define PFB | ( | N, | |
FLAG | |||
) |
Definition at line 550 of file AliFMDEnergyFitter.cxx.
Referenced by AliFMDEnergyFitter::Print().
#define PFV | ( | N, | |
VALUE | |||
) |
Definition at line 555 of file AliFMDEnergyFitter.cxx.
Referenced by AliFMDEnergyFitter::Print().