Search

Search Funnelback University

Search powered by Funnelback
1 - 20 of 38 search results for news |u:www.hep.phy.cam.ac.uk
  1. Fully-matching results

  2. An AGDD “XmlFileBuilder” Christopher.Lester@cern.ch

    https://www.hep.phy.cam.ac.uk/~lester/agdd/talks/AGDD_XmlFileBuilder/index.htm
    24 Sep 2000: An AGDD “XmlFileBuilder” Christopher.Lester@cern.ch. 24/09/00. Table of Contents. Author: Zhelezov. Email: Christopher.Lester@cern.ch.
  3. Front page

    https://www.hep.phy.cam.ac.uk/~lester/public_html/index.html
    27 Sep 2000: considered only as short-hand forms for a new xml-element:. The <materialize name=CDATA shape=IDREF solid_properties. />. ... element. This should become a new element whose job is to bestow.
  4. The SCT barrel program "as was" (1999)

    https://www.hep.phy.cam.ac.uk/~lester/agdd/asWas.html
    3 Aug 2000: Most (all?) of the rest are utilities which facillitate the above, and would not have to be consulted in order to generate a new geometries (except when the XML format changed,
  5. https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbCompos.hh

    https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbCompos.hh
    6 Jan 2000: putMeIn(xml::Element & parent) { //cout "compos put me in" endl; xml::Element child = new xml::Element(); assert(child); parent.addChild(child); child-setTagName(Volume::Base::getTagName()); // LESTER Must complete.
  6. https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbMaterial.hh

    https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbMaterial.hh
    6 Jan 2000: Attribute::required) { }; void putMeIn(xml::Element & parent) { assert("This is rubbish" && false); // LESTER cout "material put me in" endl; xml::Element child = new xml::Element(); assert(child); parent.addChild(child);
  7. Advanced features

    https://www.hep.phy.cam.ac.uk/~lester/agdd/talks/AGDD_XmlFileBuilder/sld013.htm
    24 Sep 2000: Slide 13 of 18.
  8. AGDD XmlFileBuilder in Action

    https://www.hep.phy.cam.ac.uk/~lester/agdd/talks/AGDD_XmlFileBuilder/tsld012.htm
    24 Sep 2000: AGDD XmlFileBuilder in Action. // Make a section:. Section mySection = new Section;. //
  9. AGDD_XmlFileBuilder

    https://www.hep.phy.cam.ac.uk/~lester/agdd/talks/G4WorkshopDec2000/SCTGeometryDec2000.ppt
    4 Dec 2000: New emphasis:. Detector specific elements may be introduced. Possible reduction of inter-dependencies within AGDD/XML files? ... New features / expectations:. Level-of-detail mechanism (LeCompte et al). Envelopes (Laporte et al).
  10. https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbPosXYZ.hh

    https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbPosXYZ.hh
    6 Jan 2000: me in" endl; xml::Element child = new xml::Element(); assert(child); parent.addChild(child); // LESTER Must complete.
  11. AGDD XmlFileBuilder in Action

    https://www.hep.phy.cam.ac.uk/~lester/agdd/talks/AGDD_XmlFileBuilder/tsld011.htm
    24 Sep 2000: AGDD XmlFileBuilder in Action. // Make a composition:. Compos doubleWafer = new Compos;. //
  12. Advanced features

    https://www.hep.phy.cam.ac.uk/~lester/agdd/talks/AGDD_XmlFileBuilder/tsld014.htm
    24 Sep 2000: A function to return a complicated object:. Compos makeComplicatedLayer(int layerNumber) {. Compos layer = new Compos;. layer->setName(“SCT_layer_”layerNumber);. if (layerNumber==2) {. // Build the layer in a special way. }
  13. https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbInnerStruct.hh

    https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbInnerStruct.hh
    6 Jan 2000: is rubbish" && false); // LESTER cout "InnerStruct put me in" endl; xml::Element child = new xml::Element(); assert(child); parent.addChild(child); child-setTagName(Base::getTagName()); }; public: }; } // end of agdb namespace #endif.
  14. AGDD XmlFileBuilder in Action

    https://www.hep.phy.cam.ac.uk/~lester/agdd/talks/AGDD_XmlFileBuilder/tsld010.htm
    24 Sep 2000: PosXYZ boxPos = new PosXYZ;. // Set the positioner’s parameters:. boxPos->setVolume(myBox); // Says what to position.
  15. AGDD_XmlFileBuilder

    https://www.hep.phy.cam.ac.uk/~lester/agdd/talks/AGDD_XmlFileBuilder/AGDD_XmlFileBuilder.ppt
    26 Sep 2000: Advanced features. Use shapes which are not in the DTD, without forcing Marc to produce a new version of Persint! // ... Make a halfTrd:. HalfTrd shapeNotInDTD = new HalfTrd;. // Set the top volume, and print XML file!
  16. https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbMPosPhi.hh

    https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbMPosPhi.hh
    6 Jan 2000: stagger ("S" , "0" ), _rot ("rot" , "0 0 0" ), _indexStep("indexstep", "1" ) {}; void putMeIn(xml::Element & parent) { //cout "mPosPhi put me in" endl; xml::Element const child = new xml::Element(); assert(child);
  17. https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbSection.hh

    https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbSection.hh
    6 Jan 2000: author" , Attribute::required), _topVolAtt("top_volume", Attribute::required), _topVolPtr(0) { }; void putMeIn(xml::Element & parent) { cout "section put me in" endl; xml::Element child = new xml::Element(); assert(child);
  18. https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbSolid.hh

    https://www.hep.phy.cam.ac.uk/~lester/agdd/1999/agdbSolid.hh
    6 Jan 2000: Need checks. xml::Element child = new xml::Element(); assert(child); parent.addChild(child); // Now destruction taken care of.
  19. AGDD XmlFileBuilder in Action

    https://www.hep.phy.cam.ac.uk/~lester/agdd/talks/AGDD_XmlFileBuilder/tsld009.htm
    24 Sep 2000: AGDD XmlFileBuilder in Action. // Make new box:. Box myBox = new Box;. //
  20. Advanced features

    https://www.hep.phy.cam.ac.uk/~lester/agdd/talks/AGDD_XmlFileBuilder/tsld013.htm
    24 Sep 2000: Advanced features Use shapes which are not in the DTD, without forcing Marc to produce a new version of Persint! // ... Make a halfTrd:. HalfTrd shapeNotInDTD = new HalfTrd;. // Set the top volume, and print XML file!
  21. https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/GNU…

    https://www.hep.phy.cam.ac.uk/~lester/dtm662/preXml07022000/preXml/GNUmakefile.in
    7 Feb 2000: OldSCTPreXmlParser NewSCTPreXmlParser_LIBS = -lExpatInterface -lExpat NewSCTPreXmlParser_USES = c++ NewSCTPreXmlParser_CXXCPPFLAGS = -I$(srcdir) -I$(srcdir)/src NewSCTPreXmlParser_SRC = $(PreXmlParserCommon_SRC) src/New.SCT.geo.cc

Refine your results

Search history

Recently clicked results

Recently clicked results

Your click history is empty.

Recent searches

Recent searches

Your search history is empty.