ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Tools.cc File Reference

tools More...

#include <GenFit/RKTrackRep.h>
#include <GenFit/AbsTrackRep.h>
#include <GenFit/Exception.h>
#include <GenFit/MeasuredStateOnPlane.h>
#include <TVector3.h>
#include <cassert>
#include <iostream>
#include <limits>
+ Include dependency graph for Tools.cc:

Go to the source code of this file.

Namespaces

namespace  PHGenFit
 

Macros

#define LogDebug(exp)   std::cout << "DEBUG: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl
 
#define LogError(exp)   std::cout << "ERROR: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl
 
#define LogWarning(exp)   std::cout << "WARNING: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl
 

Functions

double PHGenFit::extrapolateToCylinder (genfit::MeasuredStateOnPlane *state, double radius, TVector3 line_point, TVector3 line_direction, const int pdg_code, const int direction, const int verbosity)
 

Detailed Description

tools

Author
Haiwang Yu yuhw@.nosp@m.nmsu.nosp@m..edu

Definition in file Tools.cc.

Macro Definition Documentation

#define LogDebug (   exp)    std::cout << "DEBUG: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl

Definition at line 21 of file Tools.cc.

View newest version in sPHENIX GitHub at line 21 of file Tools.cc

#define LogError (   exp)    std::cout << "ERROR: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl

Definition at line 22 of file Tools.cc.

View newest version in sPHENIX GitHub at line 22 of file Tools.cc

#define LogWarning (   exp)    std::cout << "WARNING: " << __FILE__ << ": " << __LINE__ << ": " << exp << std::endl

Definition at line 23 of file Tools.cc.

View newest version in sPHENIX GitHub at line 23 of file Tools.cc

Referenced by PHGenFit::extrapolateToCylinder().