ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Typedefs | Functions | Variables
AtPulseTask.cxx File Reference
#include "AtPulseTask.h"
#include "AtDigiPar.h"
#include "AtElectronicResponse.h"
#include "AtMCPoint.h"
#include "AtMap.h"
#include "AtPulse.h"
#include "AtRawEvent.h"
#include "AtSimulatedPoint.h"
#include <FairLogger.h>
#include <FairParSet.h>
#include <FairRootManager.h>
#include <FairRunAna.h>
#include <FairRuntimeDb.h>
#include <FairTask.h>
#include <Math/Point2D.h>
#include <Math/Point2Dfwd.h>
#include <Math/Vector3D.h>
#include <Math/Vector3Dfwd.h>
#include <TClonesArray.h>
#include <TObject.h>
#include <algorithm>
#include <iostream>
#include <utility>
#include <vector>
Include dependency graph for AtPulseTask.cxx:

Go to the source code of this file.

Typedefs

using XYPoint = ROOT::Math::XYPoint
 

Functions

 ClassImp (AtPulseTask)
 

Variables

constexpr auto cRED = "\033[1;31m"
 
constexpr auto cYELLOW = "\033[1;33m"
 
constexpr auto cNORMAL = "\033[0m"
 
constexpr auto cGREEN = "\033[1;32m"
 

Typedef Documentation

◆ XYPoint

using XYPoint = ROOT::Math::XYPoint

Definition at line 36 of file AtPulseTask.cxx.

Function Documentation

◆ ClassImp()

ClassImp ( AtPulseTask  )

Variable Documentation

◆ cGREEN

constexpr auto cGREEN = "\033[1;32m"
constexpr

Definition at line 33 of file AtPulseTask.cxx.

◆ cNORMAL

constexpr auto cNORMAL = "\033[0m"
constexpr

Definition at line 32 of file AtPulseTask.cxx.

◆ cRED

constexpr auto cRED = "\033[1;31m"
constexpr

Definition at line 30 of file AtPulseTask.cxx.

◆ cYELLOW

constexpr auto cYELLOW = "\033[1;33m"
constexpr

Definition at line 31 of file AtPulseTask.cxx.