Class Reference for E1039 Core & Analysis Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
UtilSQHit.h
Go to the documentation of this file.
1 #ifndef _UTIL_SQHIT__H_
2 #define _UTIL_SQHIT__H_
3 class SQHitVector;
4 
6 namespace UtilSQHit {
8  SQHitVector* FindHits(const SQHitVector* vec_in, const std::string det_name);
9  SQHitVector* FindHits(const SQHitVector* vec_in, const int det_id );
10 
12  SQHitVector* FindFirstHits(const SQHitVector* vec_in, const std::string det_name);
13  SQHitVector* FindFirstHits(const SQHitVector* vec_in, const int det_id );
14 };
15 
16 #endif /* _UTIL_SQHIT__H_ */
An SQ interface class to hold a list of SQHit objects.
Definition: SQHitVector.h:32
SQHitVector * FindFirstHits(const SQHitVector *vec_in, const std::string det_name)
Extract a set of first hits that are of the given detector (det_name), where "first" means the earlie...
Definition: UtilSQHit.cc:38
SQHitVector * FindHits(const SQHitVector *vec_in, const std::string det_name)
Extract a set of hits that are of the given detector (det_name).
Definition: UtilSQHit.cc:15