Class Reference for E1039 Core & Analysis Software
Home page
Related Pages
Namespaces
Classes
Files
External Links
File List
File Members
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_ */
SQHitVector
An SQ interface class to hold a list of SQHit objects.
Definition:
SQHitVector.h:32
UtilSQHit::FindFirstHits
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
UtilSQHit::FindHits
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
e1039-core
packages
UtilAna
UtilSQHit.h
Built by
Haiwang Yu
. updated:
Wed May 26 2021 21:44:03
using
1.8.5 with
SeaQuest GitHub integration