Class Reference for E1039 Core & Analysis Software
phool.h File Reference
#include <iostream>
+ Include dependency graph for phool.h:

Go to the source code of this file.

Macros

#define PHWHERE   __FILE__ << ":" << __LINE__ << ": "
 
#define PHMESSAGE(x)   do {std::cout << PHWHERE << (x) << std::endl;} while(0)
 
#define PHOOL_VIRTUAL_WARNING   do {std::cout << PHWHERE << "using virtual function, doing nothing" << std::endl;} while (0)
 
#define PHOOL_VIRTUAL_WARN(x)   do {std::cout << PHWHERE << "using virtual function " << x << " doing nothing" << std::endl;} while (0)
 

Typedefs

typedef int PHBoolean
 

Enumerations

enum  PHMessageType { PHError , PHWarning , PHHullo }
 
enum  PHAccessType { PHReadOnly , PHWrite , PHUpdate }
 
enum  PHTreeType { PHEventTree , PHRunTree }
 

Functions

void PHMessage (const std::string &, int, const std::string &)
 

Variables

static const int False = 0
 
static const int True = 1
 

Macro Definition Documentation

◆ PHMESSAGE

#define PHMESSAGE (   x)    do {std::cout << PHWHERE << (x) << std::endl;} while(0)

Definition at line 24 of file phool.h.

◆ PHOOL_VIRTUAL_WARN

#define PHOOL_VIRTUAL_WARN (   x)    do {std::cout << PHWHERE << "using virtual function " << x << " doing nothing" << std::endl;} while (0)

Definition at line 27 of file phool.h.

◆ PHOOL_VIRTUAL_WARNING

#define PHOOL_VIRTUAL_WARNING   do {std::cout << PHWHERE << "using virtual function, doing nothing" << std::endl;} while (0)

Definition at line 25 of file phool.h.

◆ PHWHERE

#define PHWHERE   __FILE__ << ":" << __LINE__ << ": "

Definition at line 23 of file phool.h.

Typedef Documentation

◆ PHBoolean

typedef int PHBoolean

Definition at line 13 of file phool.h.

Enumeration Type Documentation

◆ PHAccessType

Enumerator
PHReadOnly 
PHWrite 
PHUpdate 

Definition at line 15 of file phool.h.

◆ PHMessageType

Enumerator
PHError 
PHWarning 
PHHullo 

Definition at line 14 of file phool.h.

◆ PHTreeType

enum PHTreeType
Enumerator
PHEventTree 
PHRunTree 

Definition at line 16 of file phool.h.

Function Documentation

◆ PHMessage()

void PHMessage ( const std::string &  functionName,
int  messageType,
const std::string &  message 
)

Definition at line 8 of file PHMessage.cc.

References PHError, PHHullo, and PHWarning.

Referenced by PHNodeIOManager::readSpecific().

+ Here is the caller graph for this function:

Variable Documentation

◆ False

◆ True