BOSS 7.1.1
BESIII Offline Software System
Loading...
Searching...
No Matches
AsciiWrongTag Class Reference

#include <dmplib.hh>

+ Inheritance diagram for AsciiWrongTag:

Public Member Functions

 AsciiWrongTag (const std::string &expected, const std::string &got)
 
std::string expected () const
 
std::string got () const
 
 AsciiWrongTag (const std::string &expected, const std::string &got)
 
std::string expected () const
 
std::string got () const
 

Detailed Description

Definition at line 16 of file dmplib.hh.

Constructor & Destructor Documentation

◆ AsciiWrongTag() [1/2]

AsciiWrongTag::AsciiWrongTag ( const std::string & expected,
const std::string & got )
inline

Definition at line 18 of file dmplib.hh.

19 : m_expected(expected), m_got(got) {};
std::string got() const
Definition dmplib.hh:22
std::string expected() const
Definition dmplib.hh:21

◆ AsciiWrongTag() [2/2]

AsciiWrongTag::AsciiWrongTag ( const std::string & expected,
const std::string & got )
inline

Definition at line 18 of file dmplib.h.

19 : m_expected(expected), m_got(got) {};

Member Function Documentation

◆ expected() [1/2]

std::string AsciiWrongTag::expected ( ) const
inline

Definition at line 21 of file dmplib.hh.

21{ return m_expected; }

Referenced by BesTuningIO::GetNextEvents(), main(), BesAsciiIO::SaveAsciiEvents(), and BesAsciiIO::SaveHitAsciiEvents().

◆ expected() [2/2]

std::string AsciiWrongTag::expected ( ) const
inline

Definition at line 21 of file dmplib.h.

21{ return m_expected; }

◆ got() [1/2]

std::string AsciiWrongTag::got ( ) const
inline

Definition at line 22 of file dmplib.hh.

22{ return m_got; };

Referenced by BesTuningIO::GetNextEvents(), main(), BesAsciiIO::SaveAsciiEvents(), and BesAsciiIO::SaveHitAsciiEvents().

◆ got() [2/2]

std::string AsciiWrongTag::got ( ) const
inline

Definition at line 22 of file dmplib.h.

22{ return m_got; };

The documentation for this class was generated from the following files: