LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
AssnsBase.h
Go to the documentation of this file.
1
#ifndef canvas_Persistency_Common_AssnsBase_h
2
#define canvas_Persistency_Common_AssnsBase_h
3
// vim: set sw=2:
4
5
namespace
art::detail
{
6
// The following base class is provided so that the ROOT I/O
7
// system can appropriately handle transient data without having
8
// to use a template, which would introduce more coupling of Assns
9
// with ROOT than is desired.
10
class
AssnsBase
{
11
public
:
12
virtual
~AssnsBase
() noexcept =
default
;
13
virtual
void
fill_transients
() = 0;
14
virtual
void
fill_from_transients
() = 0;
15
};
16
}
17
#endif
/* canvas_Persistency_Common_AssnsBase_h */
18
19
// Local Variables:
20
// mode: c++
21
// End:
art::detail::AssnsBase::fill_transients
virtual void fill_transients()=0
art::detail
Definition:
AllowedConfiguration.h:76
art::detail::AssnsBase::~AssnsBase
virtual ~AssnsBase() noexcept=default
art::detail::AssnsBase
Definition:
AssnsBase.h:10
art::detail::AssnsBase::fill_from_transients
virtual void fill_from_transients()=0
canvas
Persistency
Common
AssnsBase.h
Generated on Thu May 2 2024 20:59:30 for LArSoft by
1.8.11