Go to the source code of this file.
 | 
| int  | main (int argc, char **argv) | 
|   | 
      
        
          | int main  | 
          ( | 
          int  | 
          argc,  | 
        
        
           | 
           | 
          char **  | 
          argv  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Definition at line 15 of file JTestNBTrigger.cc.
   18   using namespace KM3NETDAQ;
 
   31   parser.read(argc , argv);
 
   37   while (
in.hasNext()) {
 
   45       cout << triggeredModule.
getDistance(router.getModule(hit->getModuleID())) << 
" " << triggeredModule.
getFloor() << 
" " << router.getModule(hit->getModuleID()).getFloor() << endl;
 
Utility class to parse command line options. 
 
int getModuleID() const 
Get module identifier. 
 
int getFloor() const 
Get floor number. 
 
Data structure for a composite optical module. 
 
Router for direct addressing of module data in detector data structure. 
 
esac print_variable DETECTOR INPUT_FILE OUTPUT_FILE CDF for TYPE in
 
double getDistance(const JVector3D &pos) const 
Get distance to point. 
 
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object 
 
void load(const JString &file_name, JDetector &detector)
Load detector from input file. 
 
General purpose class for object reading from a list of file names.