Project
Loading...
Searching...
No Matches
PreCluster.h
Go to the documentation of this file.
1
// Copyright 2019-2020 CERN and copyright holders of ALICE O2.
2
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3
// All rights not expressly granted are reserved.
4
//
5
// This software is distributed under the terms of the GNU General Public
6
// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7
//
8
// In applying this license CERN does not waive the privileges and immunities
9
// granted to it by virtue of its status as an Intergovernmental Organization
10
// or submit itself to any jurisdiction.
11
16
17
#ifndef O2_MID_PRECLUSTER_H
18
#define O2_MID_PRECLUSTER_H
19
20
#include <cstdint>
21
#include <ostream>
22
23
namespace
o2
24
{
25
namespace
mid
26
{
27
28
struct
PreCluster
{
29
uint8_t
deId
;
30
uint8_t
cathode
;
31
uint8_t
firstColumn
;
32
uint8_t
lastColumn
;
33
uint8_t
firstLine
;
34
uint8_t
lastLine
;
35
uint8_t
firstStrip
;
36
uint8_t
lastStrip
;
37
};
38
39
std::ostream&
operator<<
(std::ostream& os,
const
PreCluster
&
data
);
40
41
}
// namespace mid
42
}
// namespace o2
43
44
#endif
/* O2_MID_PRECLUSTER_H */
data
GLboolean * data
Definition
glcorearb.h:298
o2::mid::operator<<
std::ostream & operator<<(std::ostream &os, const Cluster &data)
Definition
Cluster.cxx:27
o2
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
Definition
BitstreamReader.h:24
o2::mid::PreCluster
Definition
PreCluster.h:28
o2::mid::PreCluster::firstLine
uint8_t firstLine
First line.
Definition
PreCluster.h:33
o2::mid::PreCluster::cathode
uint8_t cathode
Cathode.
Definition
PreCluster.h:30
o2::mid::PreCluster::firstColumn
uint8_t firstColumn
First column.
Definition
PreCluster.h:31
o2::mid::PreCluster::lastLine
uint8_t lastLine
Last line.
Definition
PreCluster.h:34
o2::mid::PreCluster::lastStrip
uint8_t lastStrip
Last strip.
Definition
PreCluster.h:36
o2::mid::PreCluster::deId
uint8_t deId
Detection element ID.
Definition
PreCluster.h:29
o2::mid::PreCluster::lastColumn
uint8_t lastColumn
Last column.
Definition
PreCluster.h:32
o2::mid::PreCluster::firstStrip
uint8_t firstStrip
First strip.
Definition
PreCluster.h:35
Detectors
MUON
MID
Clustering
include
MIDClustering
PreCluster.h
Generated on Tue Feb 25 2025 23:16:21 for Project by
1.9.8