LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
ParameterSetID.cc File Reference
#include "fhiclcpp/ParameterSetID.h"
#include "boost/format.hpp"
#include "fhiclcpp/ParameterSet.h"

Go to the source code of this file.

Typedefs

typedef sha1::digest_t digest_t
 

Functions

static digest_t const & invalid_id_ ()
 

Typedef Documentation

typedef sha1::digest_t digest_t

Definition at line 17 of file ParameterSetID.cc.

Function Documentation

static digest_t const& invalid_id_ ( )
static

Definition at line 22 of file ParameterSetID.cc.

Referenced by fhicl::ParameterSetID::invalidate(), and fhicl::ParameterSetID::ParameterSetID().

23 {
24  static digest_t invalid_value = {
25  {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}};
26  return invalid_value;
27 }
sha1::digest_t digest_t