#include "BCalTagEfficiency.h"
#include <iostream>
#include <cmath>
#include <stdio.h>
#include <EVENT/LCCollection.h>
#include <EVENT/MCParticle.h>
#include <EVENT/ReconstructedParticle.h>
#include "IMPL/LCCollectionVec.h"
#include <IMPL/ReconstructedParticleImpl.h>
#include <IMPL/ClusterImpl.h>
#include <IMPL/LCRelationImpl.h>
#include <CLHEP/Vector/LorentzVector.h>
#include <EVENT/LCRelation.h>
#include <UTIL/LCRelationNavigator.h>
#include <marlin/Global.h>
#include <gear/GEAR.h>
#include <gear/GearParameters.h>
#include <gear/BField.h>
#include "gear/CalorimeterParameters.h"
#include "TRandom3.h"
#include "marlin/VerbosityLevels.h"
Go to the source code of this file.
|
void | bcalhit_ (float pin_[3], float &q_, float vin_[3], float &B_, float &eBeam_, float &zbcal_, float pout_[3], float vout_[3]) |
|
void bcalhit_ |
( |
float |
pin_[3], |
|
|
float & |
q_, |
|
|
float |
vin_[3], |
|
|
float & |
B_, |
|
|
float & |
eBeam_, |
|
|
float & |
zbcal_, |
|
|
float |
pout_[3], |
|
|
float |
vout_[3] |
|
) |
| |