CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Friends
TTPatternsGroup Class Reference

Group of paterns, for which the "baseline"("track") algorithm is performed. More...

#include <L1Trigger/RPCTrigger/interface/TTPatternsGroup.h>

Inheritance diagram for TTPatternsGroup:
TPatternsGroup

Public Member Functions

 TTPatternsGroup ()
 
- Public Member Functions inherited from TPatternsGroup
void addPattern (const RPCPattern::RPCPatVec::const_iterator &pattern)
 
std::string getGroupDescription () const
 
RPCPattern::TPatternType getPatternsGroupType () const
 
void setGroupDescription (std::string groupDescription)
 
void setPatternsGroupType (RPCPattern::TPatternType patternsGroupType)
 
void updateShape (const RPCPattern::RPCPatVec::const_iterator &pattern)
 Updates m_GroupShape, i.e. sets to true strips belonging to the pattern. Coleed in addPattern() More...
 

Friends

class RPCPacData
 

Additional Inherited Members

- Protected Attributes inherited from TPatternsGroup
std::string m_GroupDescription
 
RPCLogCone m_GroupShape
 
RPCPattern::TPatternType m_PatternsGroupType
 
std::vector
< RPCPattern::RPCPatVec::const_iterator > 
m_PatternsItVec
 < Vector of itereator on m_PatternsVec in Pac. More...
 

Detailed Description

Group of paterns, for which the "baseline"("track") algorithm is performed.

Author
Karol Bunkowski (Warsaw),
Tomasz Fruboes (Warsaw) - porting to CMSSW

Definition at line 17 of file TTPatternsGroup.h.

Constructor & Destructor Documentation

TTPatternsGroup::TTPatternsGroup ( )

Definition at line 15 of file TTPatternsGroup.cc.

References TPatternsGroup::m_PatternsGroupType, and RPCPattern::PAT_TYPE_T.

15  {
17 }
static const TPatternType PAT_TYPE_T
Definition: RPCPattern.h:51
RPCPattern::TPatternType m_PatternsGroupType

Friends And Related Function Documentation

friend class RPCPacData
friend

Definition at line 18 of file TTPatternsGroup.h.