#include "veto.h"
#include <math.h>
#include "vetoPoint.h"
#include "FairLogger.h"
#include "FairVolume.h"
#include "FairGeoVolume.h"
#include "FairGeoNode.h"
#include "FairRootManager.h"
#include "FairGeoLoader.h"
#include "FairGeoInterface.h"
#include "FairGeoMedia.h"
#include "FairGeoBuilder.h"
#include "FairRun.h"
#include "FairRuntimeDb.h"
#include "ShipDetectorList.h"
#include "ShipStack.h"
#include "TClonesArray.h"
#include "TVirtualMC.h"
#include "TGeoManager.h"
#include "TGeoBBox.h"
#include "TGeoEltu.h"
#include "TGeoSphere.h"
#include "TGeoBoolNode.h"
#include "TGeoCompositeShape.h"
#include "TGeoShapeAssembly.h"
#include "TGeoTube.h"
#include "TGeoArb8.h"
#include "TGeoCone.h"
#include "TGeoMaterial.h"
#include "TParticle.h"
#include "TMath.h"
#include <iostream>
#include <vector>
Go to the source code of this file.
|
double | wx (double z) |
|
double | wy (double z) |
|
|
Double_t | cm = 1 |
|
Double_t | m = 100*cm |
|
Double_t | mm = 0.1*cm |
|
◆ wx()
Definition at line 184 of file veto.cxx.
184 {
185
210 }
211 }
212 }
213 }
214
215 return wx1+(
z-z1)*(wx2-wx1)/(z2-z1);
216}
◆ wy()
Definition at line 218 of file veto.cxx.
218 {
219
244 }
245 }
246 }
247 }
248
249 return wy1+(
z-z1)*(wy2-wy1)/(z2-z1);
250}
◆ cm
◆ mm