Project
Loading...
Searching...
No Matches
CathodeSegmentationContours.h File Reference
#include <vector>
#include "MCHContour/Contour.h"
#include "MCHContour/Polygon.h"
#include "MCHContour/BBox.h"
#include "MCHMappingInterface/CathodeSegmentation.h"

Go to the source code of this file.

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::mch
 
namespace  o2::mch::mapping
 

Functions

std::vector< std::vector< o2::mch::contour::Polygon< double > > > o2::mch::mapping::getPadPolygons (const CathodeSegmentation &seg)
 
std::vector< std::vector< int > > o2::mch::mapping::getPadChannels (const CathodeSegmentation &seg)
 
std::vector< o2::mch::contour::Contour< double > > o2::mch::mapping::getDualSampaContours (const CathodeSegmentation &seg)
 
o2::mch::contour::Contour< double > o2::mch::mapping::getDualSampaContour (const CathodeSegmentation &seg, int dualSampaId)
 
std::vector< o2::mch::contour::Polygon< double > > o2::mch::mapping::getPadPolygons (const CathodeSegmentation &seg, int dualSampaId)
 
o2::mch::contour::Contour< double > o2::mch::mapping::getEnvelop (const CathodeSegmentation &seg)
 
o2::mch::contour::BBox< double > o2::mch::mapping::getBBox (const CathodeSegmentation &seg)