src
FWCore
Integration
plugins
Doodad.h
Go to the documentation of this file.
1
#ifndef Integration_Doodad_h
2
#define Integration_Doodad_h
3
// -*- C++ -*-
4
//
5
// Package: Integration
6
// Class : Doodad
7
//
16
//
17
// Original Author: Chris Jones
18
// Created: Fri Jun 24 13:23:03 EDT 2005
19
//
20
21
// system include files
22
23
// user include files
24
25
// forward declarations
26
namespace
edmtest
{
27
struct
Doodad
{
28
Doodad
() :
a
() {}
29
int
a
;
30
};
31
}
// namespace edmtest
32
33
#endif
edmtest::Doodad
Definition:
Doodad.h:27
edmtest
Definition:
AlignPCLThresholdsReader.cc:15
edmtest::Doodad::Doodad
Doodad()
Definition:
Doodad.h:28
edmtest::Doodad::a
int a
Definition:
Doodad.h:29
Generated for CMSSW Reference Manual by
1.8.14