AliPhysics  2c8507d (2c8507d)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AliForwardMultDists.cxx File Reference
#include "AliForwardMultDists.h"
#include <AliForwardUtil.h>
#include <AliAODForwardMult.h>
#include <AliAODCentralMult.h>
#include <AliAODEvent.h>
#include <AliLog.h>
#include <TH1.h>
#include <TH2.h>
#include <TVector2.h>
#include <THStack.h>
#include <TParameter.h>
#include <TError.h>
#include <iostream>
#include <iomanip>
Include dependency graph for AliForwardMultDists.cxx:

Go to the source code of this file.

Macros

#define PFV(N, VALUE)
 
#define PFB(N, FLAG)
 

Enumerations

enum  
 

Macro Definition Documentation

#define PFB (   N,
  FLAG 
)
Value:
do { \
std::cout << std::boolalpha << (FLAG) << std::noboolalpha << std::endl; \
} while(false)
static void PrintName(const char *name)

Definition at line 579 of file AliForwardMultDists.cxx.

Referenced by AliForwardMultDists::Print().

#define PFV (   N,
  VALUE 
)
Value:
do { \
std::cout << (VALUE) << std::endl; } while(false)
static void PrintName(const char *name)

Definition at line 575 of file AliForwardMultDists.cxx.

Referenced by AliForwardMultDists::Print().

Enumeration Type Documentation

anonymous enum

Marker styles

Definition at line 21 of file AliForwardMultDists.cxx.