ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Public Member Functions | List of all members
AtTPC_Background Class Reference

#include <AtTPC_Background.h>

Inheritance diagram for AtTPC_Background:
Inheritance graph
[legend]
Collaboration diagram for AtTPC_Background:
Collaboration graph
[legend]

Public Member Functions

 AtTPC_Background ()
 
 AtTPC_Background (const char *name, std::vector< Int_t > *z, std::vector< Int_t > *a, std::vector< Int_t > *q, Int_t mult, std::vector< Double_t > *px, std::vector< Double_t > *py, std::vector< Double_t > *pz, std::vector< Double_t > *mass, std::vector< Double_t > *Ex)
 
 AtTPC_Background (const AtTPC_Background &)
 
AtTPC_Backgroundoperator= (const AtTPC_Background &)
 
virtual Bool_t ReadEvent (FairPrimaryGenerator *primGen)
 
virtual Double_t omega (Double_t x, Double_t y, Double_t z)
 
virtual Double_t * TwoB (Double_t m1b, Double_t m2b, Double_t m3b, Double_t m4b, Double_t Kb, Double_t thetacm)
 
virtual std::vector< Double_t > TRANSF (std::vector< Double_t > *from, std::vector< Double_t > *to, std::vector< Double_t > *vin)
 
virtual std::vector< Double_t > BreakUp (std::vector< Double_t > *Pdeuteron)
 
virtual ~AtTPC_Background ()=default
 

Detailed Description

Definition at line 25 of file AtTPC_Background.h.

Constructor & Destructor Documentation

◆ AtTPC_Background() [1/3]

AtTPC_Background::AtTPC_Background ( )

Default constructor

Definition at line 24 of file AtTPC_Background.cxx.

◆ AtTPC_Background() [2/3]

AtTPC_Background::AtTPC_Background ( const char *  name,
std::vector< Int_t > *  z,
std::vector< Int_t > *  a,
std::vector< Int_t > *  q,
Int_t  mult,
std::vector< Double_t > *  px,
std::vector< Double_t > *  py,
std::vector< Double_t > *  pz,
std::vector< Double_t > *  mass,
std::vector< Double_t > *  Ex 
)

Definition at line 31 of file AtTPC_Background.cxx.

◆ AtTPC_Background() [3/3]

AtTPC_Background::AtTPC_Background ( const AtTPC_Background )

◆ ~AtTPC_Background()

virtual AtTPC_Background::~AtTPC_Background ( )
virtualdefault

Destructor

Member Function Documentation

◆ BreakUp()

std::vector< Double_t > AtTPC_Background::BreakUp ( std::vector< Double_t > *  Pdeuteron)
virtual

Definition at line 195 of file AtTPC_Background.cxx.

◆ omega()

Double_t AtTPC_Background::omega ( Double_t  x,
Double_t  y,
Double_t  z 
)
virtual

Definition at line 101 of file AtTPC_Background.cxx.

◆ operator=()

AtTPC_Background& AtTPC_Background::operator= ( const AtTPC_Background )
inline

Definition at line 37 of file AtTPC_Background.h.

◆ ReadEvent()

Bool_t AtTPC_Background::ReadEvent ( FairPrimaryGenerator *  primGen)
virtual

Definition at line 267 of file AtTPC_Background.cxx.

◆ TRANSF()

std::vector< Double_t > AtTPC_Background::TRANSF ( std::vector< Double_t > *  from,
std::vector< Double_t > *  to,
std::vector< Double_t > *  vin 
)
virtual

Definition at line 109 of file AtTPC_Background.cxx.

◆ TwoB()

Double_t * AtTPC_Background::TwoB ( Double_t  m1b,
Double_t  m2b,
Double_t  m3b,
Double_t  m4b,
Double_t  Kb,
Double_t  thetacm 
)
virtual

Definition at line 155 of file AtTPC_Background.cxx.


The documentation for this class was generated from the following files: