CMS 3D CMS Logo

Abort.h
Go to the documentation of this file.
1 #ifndef Parser_Abort_h
2 #define Parser_Abort_h
3 /* \class reco::parser::Abort
4  *
5  * Numerical expression setter
6  *
7  * \author original version: Chris Jones, Cornell,
8  * adapted by Luca Lista, INFN
9  *
10  * \version $Revision: 1.2 $
11  *
12  */
13 
14 namespace reco {
15  namespace parser {
16  struct Abort {
17  void operator()(const char *, const char *) const;
18  };
19  } // namespace parser
20 } // namespace reco
21 
22 #endif
writedatasetfile.parser
parser
Definition: writedatasetfile.py:7
reco
fixed size matrix
Definition: AlignmentAlgorithmBase.h:45
reco::parser::Abort::operator()
void operator()(const char *, const char *) const
Definition: Abort.cc:6
reco::parser::Abort
Definition: Abort.h:16