Jpp test-rotations-new
the software that should make you happy
Loading...
Searching...
No Matches
JModuleComparator.hh
Go to the documentation of this file.
1#ifndef __JDETECTOR__JMODULECOMPARATOR__
2#define __JDETECTOR__JMODULECOMPARATOR__
3
6
7
8/**
9 * \file
10 *
11 * Auxiliary classes to compare modules.
12 * \author mdejong
13 */
14namespace JDETECTOR {}
15namespace JPP { using namespace JDETECTOR; }
16
17namespace JDETECTOR {
18
19 /**
20 * Type definition of a module comparator using 3D position information.
21 */
22 typedef JLANG::JComparator<double (JVector3D::*)() const> JModuleComparator;
23
24
25 /**
26 * Module comparator according its z-position.
27 */
30 {
31 /**
32 * Default constructor.
33 */
37 };
38
39
40 /**
41 * Module comparator according its distance to origin.
42 */
45 {
46 /**
47 * Default constructor.
48 */
52 };
53}
54
55#endif
Data structure for optical module.
Data structure for vector in three dimensions.
Definition JVector3D.hh:36
Template definition of auxiliary class to compare objects.
file Auxiliary data structures and methods for detector calibration.
Definition JAnchor.hh:12
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
Module comparator according its distance to origin.
JModuleComparator3D_t()
Default constructor.
Module comparator according its z-position.
JModuleComparator3Z_t()
Default constructor.