NSL
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
src
NSL
Tracker
InnerTrackerNGoodClustersGreaterThan.h
Go to the documentation of this file.
1
#ifndef NSL_SELECTIONS_TRACKER_INNERTRACKERNGOODCLUSTERSGREATERTHAN_H
2
#define NSL_SELECTIONS_TRACKER_INNERTRACKERNGOODCLUSTERSGREATERTHAN_H
3
4
// our headers
5
#include "
NSL/Selection.h
"
6
7
namespace
NSL {
8
namespace
Selections {
9
10
namespace
InnerTracker {
11
class
NGoodClustersGreaterThan
:
public
Selection
{
12
public
:
13
NGoodClustersGreaterThan
(
unsigned
int
min,
int
mask);
14
};
15
}
// namespace InnerTracker
16
17
namespace
{
// hidden
18
namespace
it_base = ::NSL::Selections::InnerTracker;
19
}
20
21
namespace
PG {
22
namespace
InnerTracker {
23
class
NGoodClustersGreaterThan
:
public
it_base::NGoodClustersGreaterThan
{
24
public
:
25
NGoodClustersGreaterThan
() : it_base::
NGoodClustersGreaterThan
(2, 0x10013D){}
26
};
27
}
28
}
// namespace Common
29
30
}
// namespace Selections
31
}
// namespace NSL
32
33
#endif
NSL::Selections::PG::InnerTracker::NGoodClustersGreaterThan::NGoodClustersGreaterThan
NGoodClustersGreaterThan()
Definition:
InnerTrackerNGoodClustersGreaterThan.h:25
NSL::Selections::InnerTracker::NGoodClustersGreaterThan
Definition:
InnerTrackerNGoodClustersGreaterThan.h:11
NSL::Selection
Definition:
Selection.h:12
NSL::Selections::PG::InnerTracker::NGoodClustersGreaterThan
Definition:
InnerTrackerNGoodClustersGreaterThan.h:23
Selection.h
NSL::Selections::InnerTracker::NGoodClustersGreaterThan::NGoodClustersGreaterThan
NGoodClustersGreaterThan(unsigned int min, int mask)
Definition:
InnerTrackerNGoodClustersGreaterThan.cpp:3
Generated by
1.8.5