larlight::GEO Namespace Reference

Enumerations

enum  DetId_t {
  kBo, kArgoNeuT, kMicroBooNE, kLBNE10kt,
  kJP250L, kLBNE35t, kLBNE34kt, kCSU40L,
  kLArIAT, kICARUS, kDetIdMax
}
enum  View_t {
  kU, kV, kW, kZ = kW,
  k3D, kUnknown
}
 

Enumerate the possible plane projections.

More...
enum  SigType_t { kInduction, kCollection, kMysteryType }
 

Enumerate the possible signal types.

More...

Enumeration Type Documentation

Enumerator:
kBo 

Bo id.

kArgoNeuT 

ArgoNeuT id.

kMicroBooNE 

MicroBoone id.

kLBNE10kt 

LBNE 10kt id.

kJP250L 

JPARC 250 L id.

kLBNE35t 

35t prototype id

kLBNE34kt 

LBNE 34kt id.

kCSU40L 

CSU 40 L id.

kLArIAT 

LArIAT id.

kICARUS 

ICARUS T600 id.

kDetIdMax 

Definition at line 24 of file GeoConstants.hh.

00024                  {
00025       kBo,         
00026       kArgoNeuT,   
00027       kMicroBooNE, 
00028       kLBNE10kt,   
00029       kJP250L,     
00030       kLBNE35t,    
00031       kLBNE34kt,   
00032       kCSU40L,     
00033       kLArIAT,     
00034       kICARUS,     
00035       kDetIdMax 
00036     };

Enumerate the possible signal types.

Enumerator:
kInduction 

signal from induction planes

kCollection 

signal from collection planes

kMysteryType 

who knows?

Definition at line 49 of file GeoConstants.hh.

00049                    {
00050       kInduction,   
00051       kCollection,  
00052       kMysteryType  
00053     };

Enumerate the possible plane projections.

Enumerator:
kU 

planes which measure U

kV 

planes which measure V

kW 

soon to be deprecated, planes which measure W (third view for Bo, MicroBooNE, etc)

kZ 

planes which measure Z direction (ie wires are vertical)

k3D 

3 dimensional objects, potentially hits, clusters, prongs, etc

kUnknown 

unknown view

Definition at line 39 of file GeoConstants.hh.

00039                 {
00040       kU,       
00041       kV,       
00042       kW,       
00043       kZ=kW,    
00044       k3D,      
00045       kUnknown  
00046     };

 All Classes Namespaces Files Functions Variables Enumerations Enumerator

Generated on 3 Jun 2014 for MyProject by  doxygen 1.6.1