NSL
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends
HasPhysicsTrigger.h
Go to the documentation of this file.
1 #ifndef NSL_SELECTIONS_TRIGGER_HASPHYSICSTRIGGER_H
2 #define NSL_SELECTIONS_TRIGGER_HASPHYSICSTRIGGER_H
3 
4 // our headers
5  #include "NSL/Selection.h"
6 
7 namespace NSL {
8 namespace Selections {
9 namespace Trigger {
10 class HasPhysicsTrigger : public Selection {
11 public:
13 };
14 } // namespace Trigger
15 } // namespace Selections
16 } // namespace NSL
17 
18 #endif