#include <CosmicGun.h>
Definition at line 10 of file CosmicGun.h.
◆ CosmicGun()
CosmicGun::CosmicGun |
( |
void |
| ) |
|
|
private |
◆ GenerateEvent()
CLHEP::HepLorentzVector CosmicGun::GenerateEvent |
( |
void |
| ) |
|
◆ GenerateVertex()
CLHEP::HepLorentzVector CosmicGun::GenerateVertex |
( |
void |
| ) |
|
◆ GetCosmicGun()
◆ GetMuonCharge()
int CosmicGun::GetMuonCharge |
( |
void |
| ) |
|
◆ InitializeGenerator()
float CosmicGun::InitializeGenerator |
( |
| ) |
|
Definition at line 85 of file CosmicGun.cxx.
86 std::cout <<
" CosmicGun::InitializeGenerator: E(min,max)=(" <<
m_emin <<
"," <<
m_emax
87 <<
") GeV, and cos(ThetaCut)="<<
m_coscut << std::endl;
◆ PrintLevel()
void CosmicGun::PrintLevel |
( |
int |
printevt, |
|
|
int |
printmod |
|
) |
| |
Definition at line 94 of file CosmicGun.cxx.
101 std::cerr <<
"CosmicGun::PrintLevel - warning ignored input printevt = " << printevt << std::endl;
109 std::cerr <<
"CosmicGun::PrintLevel - warning ignored input printmod = " << printmod << std::endl;
◆ SetCosCut()
void CosmicGun::SetCosCut |
( |
float |
ctcut | ) |
|
◆ SetEnergyRange()
void CosmicGun::SetEnergyRange |
( |
float |
emin, |
|
|
float |
emax |
|
) |
| |
Definition at line 141 of file CosmicGun.cxx.
142 if(emin >= emax || emin < 0 )
144 std::cout <<
"Error input energy range : (" << emin <<
" - " << emax <<
") - ignored " << std::endl;
◆ m_coscut
float CosmicGun::m_coscut |
|
private |
◆ m_emax
◆ m_emin
◆ m_event
◆ m_printevt
int CosmicGun::m_printevt |
|
private |
◆ m_printmod
int CosmicGun::m_printmod |
|
private |
◆ s_mpointer
The documentation for this class was generated from the following files: